summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/svxcss1.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/html/svxcss1.hxx')
-rw-r--r--sw/source/filter/html/svxcss1.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/html/svxcss1.hxx b/sw/source/filter/html/svxcss1.hxx
index 2e0e14fd254a..fd547a0e9d76 100644
--- a/sw/source/filter/html/svxcss1.hxx
+++ b/sw/source/filter/html/svxcss1.hxx
@@ -206,7 +206,7 @@ class SvxCSS1Parser : public CSS1Parser
rtl_TextEncoding m_eDefaultEnc;
bool m_bIgnoreFontFamily;
- std::vector<sal_uInt16> m_aWhichMap; // Which-Map of Parser
+ WhichRangesContainer m_aWhichMap; // Which-Map of Parser
using CSS1Parser::ParseStyleOption;
@@ -264,7 +264,7 @@ public:
virtual const FontList *GetFontList() const;
- const sal_uInt16 *GetWhichMap() const { return m_aWhichMap.data(); }
+ const WhichRangesContainer& GetWhichMap() const { return m_aWhichMap; }
static void InsertMapEntry( const OUString& rKey, const SfxItemSet& rItemSet,
const SvxCSS1PropertyInfo& rProp, CSS1Map& rMap );