diff options
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/optimizerdialogcontrols.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/minimizer/optimizerdialogcontrols.cxx b/sdext/source/minimizer/optimizerdialogcontrols.cxx index 3c996f8c8b56..f6d575849273 100644 --- a/sdext/source/minimizer/optimizerdialogcontrols.cxx +++ b/sdext/source/minimizer/optimizerdialogcontrols.cxx @@ -838,9 +838,9 @@ void OptimizerDialog::InitPage4() Any( OUString("STR_SAVE_AS") ), Any( (sal_Int32)( PAGE_POS_X + 6 ) ), Any( (sal_Int32)( DIALOG_HEIGHT - 75 ) ), - Any( (sal_Int32)( 0 ) ), - Any( (sal_Int32)( 100 ) ), - Any( (sal_Int32)( 0 ) ), + Any( (sal_Int32)0 ), + Any( (sal_Int32)100 ), + Any( (sal_Int32)0 ), Any( (sal_Int32)( PAGE_WIDTH - 12 ) ) }; sal_Int32 nCount = SAL_N_ELEMENTS( pNames ); |