vcl/inc/impfont.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 8a93dbd60109a46b167bdc656bfb9a802ffe8f69
Author: Caolán McNamara <[email protected]>
AuthorDate: Sun Nov 20 20:04:44 2022 +0000
Commit: Caolán McNamara <[email protected]>
CommitDate: Mon Nov 21 09:57:30 2022 +0100
drop unused ImplFont::IsSymbolFont
Change-Id: I7dfe4ef4a4b457a4f0ec0075e65a8397663ef99b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143007
Tested-by: Caolán McNamara <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
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; }