summaryrefslogtreecommitdiff
path: root/vcl/inc/outfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/outfont.hxx')
-rw-r--r--vcl/inc/outfont.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/outfont.hxx b/vcl/inc/outfont.hxx
index 2fa0862f2034..16a5fdf80410 100644
--- a/vcl/inc/outfont.hxx
+++ b/vcl/inc/outfont.hxx
@@ -38,7 +38,7 @@ class ImplFontEntry;
class ImplPreMatchFontSubstitution;
class ImplGlyphFallbackFontSubstitution;
class FontSelectPattern;
-class Font;
+namespace vcl { class Font; }
class ConvertChar;
struct FontMatchStatus;
class OutputDevice;
@@ -112,7 +112,7 @@ public: // TODO: hide members behind accessor methods
class FontSelectPatternAttributes : public ImplFontAttributes
{
public:
- FontSelectPatternAttributes( const Font&, const OUString& rSearchName,
+ FontSelectPatternAttributes( const vcl::Font&, const OUString& rSearchName,
const Size&, float fExactHeight );
#ifdef WNT
FontSelectPatternAttributes( const PhysicalFontFace&, const Size&,
@@ -144,7 +144,7 @@ public:
class FontSelectPattern : public FontSelectPatternAttributes
{
public:
- FontSelectPattern( const Font&, const OUString& rSearchName,
+ FontSelectPattern( const vcl::Font&, const OUString& rSearchName,
const Size&, float fExactHeight );
#ifdef WNT
// ifdeffed to prevent it going into unusedcode.easy