diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uielement/complextoolbarcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/complextoolbarcontroller.cxx b/framework/source/uielement/complextoolbarcontroller.cxx index b2542d92165f..bf0ac99eec8f 100644 --- a/framework/source/uielement/complextoolbarcontroller.cxx +++ b/framework/source/uielement/complextoolbarcontroller.cxx @@ -269,7 +269,7 @@ void ComplexToolbarController::addNotifyInfo( sal_Int32 ComplexToolbarController::getFontSizePixel( const Window* pWindow ) { const StyleSettings& rSettings = Application::GetSettings().GetStyleSettings(); - const Font& rFont = rSettings.GetAppFont(); + const vcl::Font& rFont = rSettings.GetAppFont(); // Calculate height of the application font used by window sal_Int32 nHeight = sal_Int32( rFont.GetHeight() ); |