summaryrefslogtreecommitdiff
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index e248efe66b84..24d9e427de3b 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -40,7 +40,7 @@ namespace com { namespace sun { namespace star { namespace graphic { class XGrap
class ImpGraphic;
class OutputDevice;
-class Font;
+namespace vcl { class Font; }
class GfxLink;
class VCL_DLLPUBLIC GraphicConversionParameters
@@ -147,7 +147,7 @@ public:
const Point& rDestPt,
const Size& rDestSize ) const;
static void DrawEx( OutputDevice* pOutDev, const OUString& rText,
- Font& rFont, const BitmapEx& rBitmap,
+ vcl::Font& rFont, const BitmapEx& rBitmap,
const Point& rDestPt, const Size& rDestSize );
void StartAnimation( OutputDevice* pOutDev,