summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/inpdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/inpdlg.cxx')
-rw-r--r--sw/source/ui/fldui/inpdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/inpdlg.cxx b/sw/source/ui/fldui/inpdlg.cxx
index 958748a9051f..df9f54a66968 100644
--- a/sw/source/ui/fldui/inpdlg.cxx
+++ b/sw/source/ui/fldui/inpdlg.cxx
@@ -46,7 +46,7 @@ SwFldInputDlg::SwFldInputDlg( Window *pParent, SwWrtShell &rS,
get(m_pNextBT, "next");
get(m_pOKBT, "ok");
// switch font for Edit
- Font aFont(m_pEditED->GetFont());
+ vcl::Font aFont(m_pEditED->GetFont());
aFont.SetWeight(WEIGHT_LIGHT);
m_pEditED->SetFont(aFont);