summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-13 00:31:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-15 09:20:40 +0100
commit935afabf6fb28c288b51b896ace5ee4ce3cd4fef (patch)
tree1bfa7ae2f78462d23e099c10ab3fdd6fe466f9ce /vcl/source/glyphs
parent2e6ee683ada51245973351d7f823ec9ce7cf2066 (diff)
virtual method with wrong name, doesn't override what it thinks it does
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r--vcl/source/glyphs/gcach_ftyp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/glyphs/gcach_ftyp.hxx b/vcl/source/glyphs/gcach_ftyp.hxx
index 95e6a3a0b526..d6cb49360682 100644
--- a/vcl/source/glyphs/gcach_ftyp.hxx
+++ b/vcl/source/glyphs/gcach_ftyp.hxx
@@ -187,7 +187,7 @@ public:
virtual ~FreetypeServerFont();
virtual const ::rtl::OString* GetFontFileName() const { return mpFontInfo->GetFontFileName(); }
- virtual int GetFontFaceNum() const { return mpFontInfo->GetFaceNum(); }
+ virtual int GetFontFaceNumber() const { return mpFontInfo->GetFaceNum(); }
virtual bool TestFont() const;
virtual void* GetFtFace() const;
virtual void SetFontOptions( boost::shared_ptr<ImplFontOptions> );