summaryrefslogtreecommitdiff
path: root/include/vcl/ctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/ctrl.hxx')
-rw-r--r--include/vcl/ctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/ctrl.hxx b/include/vcl/ctrl.hxx
index e4ed1e408f8c..02b1acb2669e 100644
--- a/include/vcl/ctrl.hxx
+++ b/include/vcl/ctrl.hxx
@@ -95,7 +95,7 @@ protected:
const OUString& _rStr, sal_uInt16 _nStyle,
MetricVector* _pVector, OUString* _pDisplayText ) const;
- virtual const Font&
+ virtual const vcl::Font&
GetCanonicalFont( const StyleSettings& _rStyle ) const;
virtual const Color&
GetCanonicalTextColor( const StyleSettings& _rStyle ) const;
@@ -182,7 +182,7 @@ public:
void SetReferenceDevice( OutputDevice* _referenceDevice );
OutputDevice* GetReferenceDevice() const;
- Font GetUnzoomedControlPointFont() const;
+ vcl::Font GetUnzoomedControlPointFont() const;
};
#endif // INCLUDED_VCL_CTRL_HXX