summaryrefslogtreecommitdiff
path: root/starmath/source/tmpdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/tmpdevice.hxx')
-rw-r--r--starmath/source/tmpdevice.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/tmpdevice.hxx b/starmath/source/tmpdevice.hxx
index f80a32bd170d..12c1d55bed98 100644
--- a/starmath/source/tmpdevice.hxx
+++ b/starmath/source/tmpdevice.hxx
@@ -35,7 +35,7 @@ public:
SmTmpDevice(OutputDevice &rTheDev, bool bUseMap100th_mm);
~SmTmpDevice() { rOutDev.Pop(); }
- void SetFont(const Font &rNewFont);
+ void SetFont(const vcl::Font &rNewFont);
void SetLineColor( const Color& rColor ) { rOutDev.SetLineColor( Impl_GetColor(rColor) ); }
void SetFillColor( const Color& rColor ) { rOutDev.SetFillColor( Impl_GetColor(rColor) ); }