summaryrefslogtreecommitdiff
path: root/framework/source/uielement/fontsizemenucontroller.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-13 13:11:20 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-13 13:11:20 +0100
commitbaa228bd0d3c925bdceec1baf7b0095380bb2c69 (patch)
tree32bea8c5216d7b8e77e54f33d517a447ec63efaa /framework/source/uielement/fontsizemenucontroller.cxx
parentf9387e6431f323a0713111a05223b4c98500005c (diff)
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in framework
Diffstat (limited to 'framework/source/uielement/fontsizemenucontroller.cxx')
-rw-r--r--framework/source/uielement/fontsizemenucontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx
index a21b857e9522..af7e98e8ec23 100644
--- a/framework/source/uielement/fontsizemenucontroller.cxx
+++ b/framework/source/uielement/fontsizemenucontroller.cxx
@@ -214,8 +214,8 @@ void FontSizeMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu >& r
if ( pAry == pFontList->GetStdSizeAry() )
{
// for scalable fonts all font size names
- sal_uIntPtr nCount = aFontSizeNames.Count();
- for( sal_uIntPtr i = 0; i < nCount; i++ )
+ sal_uLong nCount = aFontSizeNames.Count();
+ for( sal_uLong i = 0; i < nCount; i++ )
{
String aSizeName = aFontSizeNames.GetIndexName( i );
long nSize = aFontSizeNames.GetIndexSize( i );