summaryrefslogtreecommitdiff
path: root/include/vcl/font.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/font.hxx')
-rw-r--r--include/vcl/font.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx
index 9c91995b4f5c..3b58b67d7fe4 100644
--- a/include/vcl/font.hxx
+++ b/include/vcl/font.hxx
@@ -33,7 +33,7 @@ class SvStream;
#define FontAlign TextAlign
class Impl_Font;
-class ImplFontAttributes;
+class FontAttributes;
namespace vcl { class Font; }
// need to first declare these outside the vcl namespace, or the friend declarations won't work right
VCL_DLLPUBLIC SvStream& ReadFont( SvStream& rIStm, vcl::Font& );
@@ -125,7 +125,7 @@ public:
bool IsWordLineMode() const;
void Merge( const Font& rFont );
- void GetFontAttributes( ImplFontAttributes& rAttrs ) const;
+ void GetFontAttributes( FontAttributes& rAttrs ) const;
Font& operator=( const Font& );
bool operator==( const Font& ) const;