summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/xsltdialog/typedetectionexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xsltdialog/typedetectionexport.cxx b/filter/source/xsltdialog/typedetectionexport.cxx
index c350f7ff2216..a8a0704ff898 100644
--- a/filter/source/xsltdialog/typedetectionexport.cxx
+++ b/filter/source/xsltdialog/typedetectionexport.cxx
@@ -156,7 +156,7 @@ void TypeDetectionExporter::doExport( Reference< XOutputStream > xOS, const XML
xHandler->ignorableWhitespace ( sWhiteSpace );
xHandler->endElement( sNode );
- aIter++;
+ ++aIter;
}
xHandler->ignorableWhitespace ( sWhiteSpace );
@@ -215,7 +215,7 @@ void TypeDetectionExporter::doExport( Reference< XOutputStream > xOS, const XML
addProperty( xHandler, sData, sValue );
xHandler->ignorableWhitespace ( sWhiteSpace );
xHandler->endElement( sNode );
- aIter++;
+ ++aIter;
}
xHandler->endElement( sNode );