diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/font.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/font.hxx b/include/vcl/font.hxx index dc7ab9e2de50..8cb34b6833e3 100644 --- a/include/vcl/font.hxx +++ b/include/vcl/font.hxx @@ -52,8 +52,8 @@ public: virtual ~Font(); const OUString& GetFamilyName() const; - FontFamily GetFamily(); - FontFamily GetFamily() const; + FontFamily GetFamilyType(); + FontFamily GetFamilyType() const; const OUString& GetStyleName() const; FontWeight GetWeight(); |