summaryrefslogtreecommitdiff
path: root/xmloff/inc/StyleMap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/StyleMap.hxx')
-rw-r--r--xmloff/inc/StyleMap.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/xmloff/inc/StyleMap.hxx b/xmloff/inc/StyleMap.hxx
index 80564882cdde..b6b3249e1eae 100644
--- a/xmloff/inc/StyleMap.hxx
+++ b/xmloff/inc/StyleMap.hxx
@@ -26,13 +26,15 @@
#include <boost/functional/hash.hpp>
#include <unordered_map>
+enum class XmlStyleFamily;
+
struct StyleNameKey_Impl
{
- sal_uInt16 const m_nFamily;
- OUString const m_aName;
+ XmlStyleFamily m_nFamily;
+ OUString m_aName;
- StyleNameKey_Impl( sal_uInt16 nFamily,
- const OUString& rName ) :
+ StyleNameKey_Impl( XmlStyleFamily nFamily,
+ const OUString& rName ) :
m_nFamily( nFamily ),
m_aName( rName )
{