[Libreoffice-commits] .: sdext/source
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Thu Dec 1 03:28:29 PST 2011
sdext/source/pdfimport/tree/writertreevisiting.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cf58b6f81d042783fd9bf79d66deaf974565ea45
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Thu Dec 1 12:29:10 2011 +0100
fix typo
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index 310c133..c8101f9 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -759,7 +759,7 @@ void WriterXmlOptimizer::optimizeTextElements(Element& rParent)
if( !bRotatedFrame
&& ! rCurGC.isRotatedOrSkewed()
&& ! rNextGC.isRotatedOrSkewed()
- && pNext->Text.gerLength() > 0
+ && pNext->Text.getLength() > 0
&& pNext->Text[0] != sal_Unicode(' ')
&& pCur->Text.getLength() > 0
&& pCur->Text[pCur->Text.getLength() - 1] != sal_Unicode(' ')
More information about the Libreoffice-commits
mailing list