summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/layout.cxx')
-rw-r--r--vcl/source/window/layout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index d38c56bf86c8..b5cd7a57dd85 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -2057,7 +2057,7 @@ void MessageDialog::SetMessagesWidths(Window *pParent,
if (pSecondaryMessage)
{
assert(pPrimaryMessage);
- Font aFont = pParent->GetSettings().GetStyleSettings().GetLabelFont();
+ vcl::Font aFont = pParent->GetSettings().GetStyleSettings().GetLabelFont();
aFont.SetSize(Size(0, aFont.GetSize().Height() * 1.2));
aFont.SetWeight(WEIGHT_BOLD);
pPrimaryMessage->SetControlFont(aFont);