mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36018 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
488a07752f
commit
c5fb71f2c1
@ -310,11 +310,6 @@ def latex_length(string):
|
||||
else:
|
||||
return "True," + string
|
||||
|
||||
###############################################################################
|
||||
###
|
||||
### Conversion and reversion routines
|
||||
###
|
||||
###############################################################################
|
||||
|
||||
def revert_flex_inset(document, name, LaTeXname, position):
|
||||
" Convert flex insets to TeX code "
|
||||
@ -416,8 +411,11 @@ def revert_layout_command(document, name, LaTeXname, position):
|
||||
i += 1
|
||||
|
||||
|
||||
####################################################################
|
||||
|
||||
###############################################################################
|
||||
###
|
||||
### Conversion and reversion routines
|
||||
###
|
||||
###############################################################################
|
||||
|
||||
def revert_swiss(document):
|
||||
" Set language german-ch to ngerman "
|
||||
|
Loading…
Reference in New Issue
Block a user