summaryrefslogtreecommitdiff
path: root/sd/qa/unit/regression-test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/qa/unit/regression-test.cxx')
-rw-r--r--sd/qa/unit/regression-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/regression-test.cxx b/sd/qa/unit/regression-test.cxx
index 6d6488c202d0..38d56358e19b 100644
--- a/sd/qa/unit/regression-test.cxx
+++ b/sd/qa/unit/regression-test.cxx
@@ -185,7 +185,7 @@ void SdFiltersTest::testN759180()
CPPUNIT_ASSERT(pULSpace);
CPPUNIT_ASSERT_MESSAGE( "Para bottom spacing is wrong!", pULSpace->GetLower() == 0 );
aEdit.GetCharAttribs(1, rLst);
- for( std::vector<EECharAttrib>::reverse_iterator it = rLst.rbegin(); it!=rLst.rend(); it++)
+ for( std::vector<EECharAttrib>::reverse_iterator it = rLst.rbegin(); it!=rLst.rend(); ++it)
{
const SvxFontHeightItem * pFontHeight = dynamic_cast<const SvxFontHeightItem *>((*it).pAttr);
if(pFontHeight)