summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-08 09:44:00 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-08 11:26:35 +0100
commit085468767e04db71b7f458b8f5dc1f03d2e4ad17 (patch)
tree13feb2cbe4e89e6857001755af4a73883d83a1b3 /include/xmloff
parent84a3f79fffbb32ee5e083cdb4bd58cb6aa20a381 (diff)
remove unused SvXMLTokenMap from XMLFontStylesContext
Change-Id: I0e75bd2a65259659c31bbc721649b266fbaa3c8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107369 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/XMLFontStylesContext.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/xmloff/XMLFontStylesContext.hxx b/include/xmloff/XMLFontStylesContext.hxx
index 3094ac191365..6768ca43b970 100644
--- a/include/xmloff/XMLFontStylesContext.hxx
+++ b/include/xmloff/XMLFontStylesContext.hxx
@@ -28,7 +28,6 @@
#include <xmloff/xmlstyle.hxx>
struct XMLPropertyState;
-class SvXMLTokenMap;
class XMLFontFamilyNamePropHdl;
class XMLFontFamilyPropHdl;
class XMLFontPitchPropHdl;
@@ -41,8 +40,6 @@ class XMLOFF_DLLPUBLIC XMLFontStylesContext final : public SvXMLStylesContext
std::unique_ptr<XMLFontPitchPropHdl> pPitchHdl;
std::unique_ptr<XMLFontEncodingPropHdl> pEncHdl;
- std::unique_ptr<SvXMLTokenMap> pFontStyleAttrTokenMap;
-
rtl_TextEncoding eDfltEncoding;
using SvXMLStylesContext::CreateStyleChildContext;
@@ -55,11 +52,6 @@ public:
~XMLFontStylesContext() override;
- const SvXMLTokenMap& GetFontStyleAttrTokenMap() const
- {
- return *pFontStyleAttrTokenMap;
- }
-
bool FillProperties( const OUString& rName,
::std::vector< XMLPropertyState > &rProps,
sal_Int32 nFamilyNameIdx,