diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2012-03-10 19:57:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2012-03-10 19:57:24 +0100 |
commit | 638f68e68a1810ba3a3cd603c509745360b2ef8d (patch) | |
tree | 87a748548ef1291b668337628684966e2324b3f6 /sc | |
parent | 4c5fd7a27b5337c4da4f02133c2d023d4caebe66 (diff) |
Fix Prefer prefix ++/-- operators for non-primitive types
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/vbaapplication.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx index b51623c15d3b..c674791193df 100644 --- a/sc/source/ui/vba/vbaapplication.cxx +++ b/sc/source/ui/vba/vbaapplication.cxx @@ -1667,7 +1667,7 @@ ScVbaApplication::GetSaveAsFilename( const ::com::sun::star::uno::Any& InitialFi { break; } - aIt++; + ++aIt; } if ( !bValidFilter ) { |