[Libreoffice-commits] .: binfilter/bf_xmloff
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Jan 1 12:51:27 PST 2011
binfilter/bf_xmloff/source/style/xmloff_xmlaustp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 742d39a7e0606dda8a3163c072f9427b8b9f1b8b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Jan 1 20:51:21 2011 +0000
cppcheck: prefer prefix variant
diff --git a/binfilter/bf_xmloff/source/style/xmloff_xmlaustp.cxx b/binfilter/bf_xmloff/source/style/xmloff_xmlaustp.cxx
index 5b3304c..fef9ed1 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_xmlaustp.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_xmlaustp.cxx
@@ -153,7 +153,7 @@ void SvXMLAutoStylePoolP::exportStyleAttributes(
if( nFamily == XML_STYLE_FAMILY_PAGE_MASTER )
{
- for( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.end(); pProp++ )
+ for( vector< XMLPropertyState >::const_iterator pProp = rProperties.begin(); pProp != rProperties.end(); ++pProp )
{
if (pProp->mnIndex > -1)
{
More information about the Libreoffice-commits
mailing list