diff options
-rw-r--r-- | sw/source/filter/xml/xmltexte.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx index aaae93503da0..3cfb48dfe073 100644 --- a/sw/source/filter/xml/xmltexte.cxx +++ b/sw/source/filter/xml/xmltexte.cxx @@ -215,7 +215,6 @@ static void lcl_addAspect( if ( nAspect ) { *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_DRAW_ASPECT ), uno::makeAny( nAspect ) ); - pStates++; } } } @@ -246,7 +245,6 @@ static void lcl_addOutplaceProperties( aAny <<= (sal_Int32)aSize.Height(); *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_OLE_VIS_AREA_HEIGHT ), aAny ); - pStates++; } } } @@ -317,7 +315,6 @@ static void lcl_addFrameProperties( Any aAny2; aAny <<= nHeight; *pStates = new XMLPropertyState( rMapper->FindEntryIndex( CTF_FRAME_MARGIN_VERT ), aAny2 ); - pStates++; } } |