summaryrefslogtreecommitdiff
path: root/svtools/source/control/filectrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/control/filectrl.cxx')
-rw-r--r--svtools/source/control/filectrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/filectrl.cxx b/svtools/source/control/filectrl.cxx
index 2fd68d6e04bf..c26a13c7ec7f 100644
--- a/svtools/source/control/filectrl.cxx
+++ b/svtools/source/control/filectrl.cxx
@@ -127,7 +127,7 @@ void FileControl::StateChanged( StateChangedType nType )
GetEdit().SetControlFont( GetControlFont() );
// Only use height of the button, as in HTML
// always Courier is used
- Font aFont = GetButton().GetControlFont();
+ vcl::Font aFont = GetButton().GetControlFont();
aFont.SetSize( GetControlFont().GetSize() );
GetButton().SetControlFont( aFont );
}