summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unomodel.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-06 14:14:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-06 14:14:57 +0000
commit4ee227cb0c4d220b13f8539d59dde88a47d4f1e5 (patch)
treea18ac4689aef23d4460d9bf71186460798aef485 /sd/source/ui/unoidl/unomodel.cxx
parent1fb9173ba929006341f9e71d8c1dabdeb78fd810 (diff)
cppunit: prefer prefix variant
Diffstat (limited to 'sd/source/ui/unoidl/unomodel.cxx')
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 7b105e3eff4a..ec9b00b24e75 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -2076,7 +2076,7 @@ void SAL_CALL SdXImpressDocument::render( sal_Int32 nRenderer, const uno::Any& r
pPDFExtOutDevData->SetLinkDest( aIBeg->nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ) );
else
pPDFExtOutDevData->SetLinkURL( aIBeg->nLinkId, aIBeg->aBookmark );
- aIBeg++;
+ ++aIBeg;
}
rBookmarks.clear();
//---> #i56629, #i40318