Kaydet (Commit) cf58b6f8 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix typo

üst eec4e120
......@@ -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(' ')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment