summaryrefslogtreecommitdiff
path: root/vcl/inc/fontattributes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/fontattributes.hxx')
-rw-r--r--vcl/inc/fontattributes.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx
index 2e3290ab95bc..9ff1b7c34445 100644
--- a/vcl/inc/fontattributes.hxx
+++ b/vcl/inc/fontattributes.hxx
@@ -31,11 +31,11 @@
class OutputDevice;
class FontSelectPattern;
-class ImplFontAttributes
+class FontAttributes
{
public:
- explicit ImplFontAttributes();
- explicit ImplFontAttributes( const FontSelectPattern& );
+ explicit FontAttributes();
+ explicit FontAttributes( const FontSelectPattern& );
// device independent font functions
const OUString& GetFamilyName() const { return maFamilyName; }
@@ -60,7 +60,7 @@ public:
void SetSymbolFlag(const bool bSymbolFlag ) { mbSymbolFlag = bSymbolFlag; }
- bool CompareDeviceIndependentFontAttributes(const ImplFontAttributes& rOther) const;
+ bool CompareDeviceIndependentFontAttributes(const FontAttributes& rOther) const;
// Device dependent functions
int GetQuality() const { return mnQuality; }