summaryrefslogtreecommitdiff
path: root/vcl/inc/PhysicalFontFace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/PhysicalFontFace.hxx')
-rw-r--r--vcl/inc/PhysicalFontFace.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/PhysicalFontFace.hxx b/vcl/inc/PhysicalFontFace.hxx
index cebb6a0c792e..ebc0d8270dba 100644
--- a/vcl/inc/PhysicalFontFace.hxx
+++ b/vcl/inc/PhysicalFontFace.hxx
@@ -65,7 +65,7 @@ public:
// Instead, the logical font names are mapped to physical fonts by
// the Java runtime environment.
-class VCL_PLUGIN_PUBLIC PhysicalFontFace : public ImplFontAttributes
+class VCL_PLUGIN_PUBLIC PhysicalFontFace : public FontAttributes
{
public:
virtual ~PhysicalFontFace() {}
@@ -86,7 +86,7 @@ public:
sal_Int32 CompareIgnoreSize( const PhysicalFontFace& ) const;
protected:
- explicit PhysicalFontFace( const ImplFontAttributes& );
+ explicit PhysicalFontFace( const FontAttributes& );
void SetBitmapSize( int nW, int nH ) { mnWidth=nW; mnHeight=nH; }
long mnWidth; // Width (in pixels)