summaryrefslogtreecommitdiff
path: root/uui/source/secmacrowarnings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/secmacrowarnings.cxx')
-rw-r--r--uui/source/secmacrowarnings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/secmacrowarnings.cxx b/uui/source/secmacrowarnings.cxx
index ce7d3775c4b4..32713a5a174f 100644
--- a/uui/source/secmacrowarnings.cxx
+++ b/uui/source/secmacrowarnings.cxx
@@ -157,7 +157,7 @@ void MacroWarning::InitControls()
mpSymbolImg->SetImage( aImg );
mpSymbolImg->SetSizePixel( aImg.GetSizePixel() );
// set bold font and path ellipsis for docname fixedtext
- Font aTmpFont = mpDocNameFI->GetControlFont();
+ vcl::Font aTmpFont = mpDocNameFI->GetControlFont();
aTmpFont.SetWeight( WEIGHT_BOLD );
mpDocNameFI->SetControlFont( aTmpFont );
WinBits nStyle = mpDocNameFI->GetStyle();