diff options
author | Khaled Hosny <khaled@libreoffice.org> | 2023-08-01 18:16:15 +0300 |
---|---|---|
committer | خالد حسني <khaled@libreoffice.org> | 2023-08-02 11:57:34 +0200 |
commit | aa53ccd834adcd4dde36dcf36b620984b18711b3 (patch) | |
tree | 88deee4f8187f123680eb0a521555999a7d05179 /vcl/inc/font/PhysicalFontFamily.hxx | |
parent | b3911f617d6af1e4fa7a3ed47ff6b85502d8066b (diff) |
vcl: Drop unused PhysicalFontFamily::GetAliasNames()
Change-Id: Ide306f0656230460f976daef0ed213f734136030
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155167
Tested-by: Jenkins
Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'vcl/inc/font/PhysicalFontFamily.hxx')
-rw-r--r-- | vcl/inc/font/PhysicalFontFamily.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/font/PhysicalFontFamily.hxx b/vcl/inc/font/PhysicalFontFamily.hxx index bcb8c9dedbb9..c5e38a293488 100644 --- a/vcl/inc/font/PhysicalFontFamily.hxx +++ b/vcl/inc/font/PhysicalFontFamily.hxx @@ -74,7 +74,6 @@ public: const OUString& GetFamilyName() const { return maFamilyName; } const OUString& GetSearchName() const { return maSearchName; } - const OUString& GetAliasNames() const { return maMapNames; } int GetMinQuality() const { return mnMinQuality; } FontTypeFaces GetTypeFaces() const { return mnTypeFaces; } @@ -99,7 +98,6 @@ private: OUString maFamilyName; // original font family name OUString maSearchName; // normalized font family name - OUString maMapNames; // fontname aliases FontTypeFaces mnTypeFaces; // Typeface Flags FontFamily meFamily; FontPitch mePitch; |