diff options
author | Michael Meeks <michael.meeks@novell.com> | 2011-09-26 09:47:21 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-07 16:30:52 +0200 |
commit | 9142f9a1a10f2df24f55e21b9203058bd0d2626a (patch) | |
tree | e38d72c8eb8edf28fe6ad987597be768dfd83c91 /cui/source | |
parent | ce285da92f95995a4e7c3a63713a8b004a1ab967 (diff) |
WaE: win32 cleanup
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index eebe5f4ceda6..e08dcc797afb 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -820,7 +820,7 @@ OfaViewTabPage::OfaViewTabPage(Window* pParent, const SfxItemSet& rSet ) : DELETEZ( pFontAntiAliasing ); Point aPos; - for ( sal_Int32 i = 0; i < SAL_N_ELEMENTS( pMiscOptions ); ++i ) + for ( size_t i = 0; i < SAL_N_ELEMENTS( pMiscOptions ); ++i ) { aPos = pMiscOptions[i]->GetPosPixel( ); aPos.Y() -= nMoveUp; |