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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/StyleMap.hxx b/xmloff/inc/StyleMap.hxx
index f5b99a3278b2..a3edc2e35832 100644
--- a/xmloff/inc/StyleMap.hxx
+++ b/xmloff/inc/StyleMap.hxx
@@ -29,7 +29,7 @@ struct StyleNameKey_Impl
sal_uInt16 m_nFamily;
OUString m_aName;
- inline StyleNameKey_Impl( sal_uInt16 nFamily,
+ StyleNameKey_Impl( sal_uInt16 nFamily,
const OUString& rName ) :
m_nFamily( nFamily ),
m_aName( rName )