[Libreoffice-commits] .: xmloff/source
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Jan 1 12:53:01 PST 2011
xmloff/source/table/XMLTableExport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d286601bdebc2101fa5799a50c27be1bf69f8f3c
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Jan 1 20:50:03 2011 +0000
cppcheck: prefer prefix variant
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx
index c5a92a9..7baa943 100644
--- a/xmloff/source/table/XMLTableExport.cxx
+++ b/xmloff/source/table/XMLTableExport.cxx
@@ -214,7 +214,7 @@ static bool has_states( const std::vector< XMLPropertyState >& xPropStates )
{
if( aIter->mnIndex != -1 )
return true;
- aIter++;
+ ++aIter;
}
}
return false;
More information about the Libreoffice-commits
mailing list