diff options
Diffstat (limited to 'include/editeng/svxfont.hxx')
-rw-r--r-- | include/editeng/svxfont.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/editeng/svxfont.hxx b/include/editeng/svxfont.hxx index 858157453aa1..842483cf6c0b 100644 --- a/include/editeng/svxfont.hxx +++ b/include/editeng/svxfont.hxx @@ -38,7 +38,6 @@ class Size; class EDITENG_DLLPUBLIC SvxFont : public Font { - LanguageType eLang; // Language SvxCaseMap eCaseMap; // Text Markup short nEsc; // Degree of Superscript/Subscript sal_uInt8 nPropr; // Degree of reduction of the font height @@ -65,10 +64,6 @@ public: inline SvxCaseMap GetCaseMap() const { return eCaseMap; } inline void SetCaseMap( const SvxCaseMap eNew ) { eCaseMap = eNew; } - inline LanguageType GetLanguage() const { return eLang; } - inline void SetLanguage( const LanguageType eNewLan ) - { eLang = eNewLan; Font::SetLanguage(eNewLan); } - // Is-Methods: inline sal_Bool IsCaseMap() const { return SVX_CASEMAP_NOT_MAPPED != eCaseMap; } inline sal_Bool IsCapital() const { return SVX_CASEMAP_KAPITAELCHEN == eCaseMap; } |