From a125dab7fdd77539e717578b9ae74cdfb2e57368 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 19 Apr 2008 17:03:21 +0000 Subject: [PATCH] * lyx_1_6.py: - fix typo in new helper function. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24366 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/lyx2lyx/lyx_1_6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx2lyx/lyx_1_6.py b/lib/lyx2lyx/lyx_1_6.py index 64904a3b23..f059a81863 100644 --- a/lib/lyx2lyx/lyx_1_6.py +++ b/lib/lyx2lyx/lyx_1_6.py @@ -70,7 +70,7 @@ def len2value(len): # Unfortunately, this doesn't really work, since Standard isn't always default. # But it's as good as we can do right now. -def find_default_layout(doc, start, end): +def find_default_layout(document, start, end): l = find_token(document.body, "\\begin_layout Standard", start, end) if l == -1: l = find_token(document.body, "\\begin_layout PlainLayout", start, end) -- 2.39.2