[Libreoffice-commits] .: scratch/mso-dumper
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Nov 2 14:55:10 PDT 2010
scratch/mso-dumper/src/xlsrecord.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 31783e961d9b9bbed41190bf3c350d8baa3f4410
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Nov 2 17:54:52 2010 -0400
[xls-dump] In-line comment.
diff --git a/scratch/mso-dumper/src/xlsrecord.py b/scratch/mso-dumper/src/xlsrecord.py
index 691f462..e5b0599 100644
--- a/scratch/mso-dumper/src/xlsrecord.py
+++ b/scratch/mso-dumper/src/xlsrecord.py
@@ -1527,6 +1527,8 @@ class Name(BaseRecordHandler):
o.parse()
formulaText = o.getText()
self.appendLine("name: %s"%globals.encodeName(self.name))
+
+ # is this name global or sheet-local?
s = "global or local: "
if self.sheetId == 0:
s += "global"
More information about the Libreoffice-commits
mailing list