diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-11-20 20:04:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-11-21 09:57:30 +0100 |
commit | 8a93dbd60109a46b167bdc656bfb9a802ffe8f69 (patch) | |
tree | b1f92fdd5d1397af1cbe56b45d851aea419ce988 /vcl/inc/impfont.hxx | |
parent | b98e2979af71d1f415a856be98839f321371804a (diff) |
drop unused ImplFont::IsSymbolFont
Change-Id: I7dfe4ef4a4b457a4f0ec0075e65a8397663ef99b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143007
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/impfont.hxx')
-rw-r--r-- | vcl/inc/impfont.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/impfont.hxx b/vcl/inc/impfont.hxx index b570f22a6e7c..08a1fd558ca1 100644 --- a/vcl/inc/impfont.hxx +++ b/vcl/inc/impfont.hxx @@ -49,8 +49,6 @@ public: rtl_TextEncoding GetCharSet() const { return meCharSet; } const Size& GetFontSize() const { return maAverageFontSize; } - bool IsSymbolFont() const { return meCharSet == RTL_TEXTENCODING_SYMBOL; } - void SetFamilyName( const OUString& sFamilyName ) { maFamilyName = sFamilyName; } void SetStyleName( const OUString& sStyleName ) { maStyleName = sStyleName; } void SetFamilyType( const FontFamily eFontFamily ) { meFamily = eFontFamily; } |