Kaydet (Commit) 4ede42d9 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: Ie0dfc53d2de8e4eb48eb55b5b32d8c2eb55df0d3
Reviewed-on: https://gerrit.libreoffice.org/73229Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 9ff648c6
...@@ -4615,7 +4615,7 @@ PPTTextRulerInterpreter::PPTTextRulerInterpreter( sal_uInt32 nFileOfs, DffRecord ...@@ -4615,7 +4615,7 @@ PPTTextRulerInterpreter::PPTTextRulerInterpreter( sal_uInt32 nFileOfs, DffRecord
// * first line text // * first line text
// second line text // second line text
// we add to bullet para indent 0xffff - bullet offset. it looks like // we add to bullet para indent 0xffff - bullet offset. It looks like
// best we can do for now // best we can do for now
mxImplRuler->nTextOfs[ i ] += 0xffff - mxImplRuler->nBulletOfs[ i ]; mxImplRuler->nTextOfs[ i ] += 0xffff - mxImplRuler->nBulletOfs[ i ];
mxImplRuler->nBulletOfs[ i ] = 0; mxImplRuler->nBulletOfs[ i ] = 0;
...@@ -6695,7 +6695,7 @@ PPTTextObj::PPTTextObj( SvStream& rIn, SdrPowerPointImport& rSdrPowerPointImport ...@@ -6695,7 +6695,7 @@ PPTTextObj::PPTTextObj( SvStream& rIn, SdrPowerPointImport& rSdrPowerPointImport
{ {
sal_uInt32 nCharIdx = rSpecInfo.nCharIdx; sal_uInt32 nCharIdx = rSpecInfo.nCharIdx;
// portions and text have to been splitted in some cases // portions and text have to been split in some cases
for ( ; nI < aStyleTextPropReader.aCharPropList.size(); ++nI) for ( ; nI < aStyleTextPropReader.aCharPropList.size(); ++nI)
{ {
PPTCharPropSet* pSet = aStyleTextPropReader.aCharPropList[nI].get(); PPTCharPropSet* pSet = aStyleTextPropReader.aCharPropList[nI].get();
...@@ -6704,7 +6704,7 @@ PPTTextObj::PPTTextObj( SvStream& rIn, SdrPowerPointImport& rSdrPowerPointImport ...@@ -6704,7 +6704,7 @@ PPTTextObj::PPTTextObj( SvStream& rIn, SdrPowerPointImport& rSdrPowerPointImport
pSet->mnLanguage[0] = rSpecInfo.nLanguage[0]; pSet->mnLanguage[0] = rSpecInfo.nLanguage[0];
pSet->mnLanguage[1] = rSpecInfo.nLanguage[1]; pSet->mnLanguage[1] = rSpecInfo.nLanguage[1];
pSet->mnLanguage[2] = rSpecInfo.nLanguage[2]; pSet->mnLanguage[2] = rSpecInfo.nLanguage[2];
// test if the current portion needs to be splitted // test if the current portion needs to be split
if (pSet->maString.getLength() <= 1) if (pSet->maString.getLength() <= 1)
continue; continue;
sal_Int32 nIndexOfNextPortion = pSet->maString.getLength() + pSet->mnOriginalTextPos; sal_Int32 nIndexOfNextPortion = pSet->maString.getLength() + pSet->mnOriginalTextPos;
......
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