diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/fontsizemenucontroller.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/fontsizemenucontroller.cxx b/framework/source/uielement/fontsizemenucontroller.cxx index 317df6b14033..9c746c911ad2 100644 --- a/framework/source/uielement/fontsizemenucontroller.cxx +++ b/framework/source/uielement/fontsizemenucontroller.cxx @@ -162,8 +162,8 @@ void FontSizeMenuController::fillPopupMenu( Reference< css::awt::XPopupMenu > co // setup font size array m_pHeightArray.reset(); - const sal_IntPtr* pTempAry; - const sal_IntPtr* pAry = pFontList->GetSizeAry( aFontMetric ); + const int* pTempAry; + const int* pAry = pFontList->GetSizeAry( aFontMetric ); sal_uInt16 nSizeCount = 0; while ( pAry[nSizeCount] ) nSizeCount++; |