summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/epptso.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx
index d04a8c0bfbf9..c7ddf5ba9585 100644
--- a/sd/source/filter/eppt/epptso.cxx
+++ b/sd/source/filter/eppt/epptso.cxx
@@ -3752,7 +3752,7 @@ void PPTWriter::ImplCreateTable( uno::Reference< drawing::XShape >& rXShape, Esc
{
ImplCreateCellBorder( &*aCellBorderIter, aCellBorderIter->mnPos, nYPos,
static_cast< sal_Int32 >( aCellBorderIter->mnPos + aCellBorderIter->mnLength ), nYPos );
- aCellBorderIter++;
+ ++aCellBorderIter;
}
if ( nLine < xRows->getCount() )
{
@@ -3804,7 +3804,7 @@ void PPTWriter::ImplCreateTable( uno::Reference< drawing::XShape >& rXShape, Esc
{
ImplCreateCellBorder( &*aCellBorderIter, nXPos, aCellBorderIter->mnPos,
nXPos, static_cast< sal_Int32 >( aCellBorderIter->mnPos + aCellBorderIter->mnLength ) );
- aCellBorderIter++;
+ ++aCellBorderIter;
}
if ( nLine < xColumns->getCount() )
{