[Libreoffice-commits] .: src/formula.py
Kohei Yoshida
kohei at kemper.freedesktop.org
Fri Apr 8 21:06:21 PDT 2011
src/formula.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f4ceaa16c3bdc4550d6587f9fc21baf4f43308a9
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Sat Apr 9 00:04:41 2011 -0400
Minor output format change.
diff --git a/src/formula.py b/src/formula.py
index 6b0fa1d..7fb2c5f 100644
--- a/src/formula.py
+++ b/src/formula.py
@@ -415,7 +415,7 @@ class PtgNameX(PtgBase):
self.nameID = self.strm.readUnsignedInt(4)
def getText (self):
- return "(xti=%d,name=%d)"%(self.xti, self.nameID)
+ return "(name: xti=%d, name=%d)"%(self.xti, self.nameID)
class _Int(PtgBase):
def parseBytes (self):
More information about the Libreoffice-commits
mailing list