summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/StyleSheetTable.cxx')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index e33a86a9a4a0..d03be9cba324 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -52,9 +52,6 @@ using namespace ::com::sun::star;
namespace writerfilter::dmapper
{
-typedef ::std::map< OUString, OUString> StringPairMap_t;
-
-
StyleSheetEntry::StyleSheetEntry() :
sStyleIdentifierD()
,bIsDefaultStyle(false)
@@ -1348,7 +1345,7 @@ OUString StyleSheetTable::ConvertStyleName( const OUString& rWWName, bool bExten
}
// create a map only once
- static const StringPairMap_t StyleNameMap{
+ static const std::map< OUString, OUString> StyleNameMap {
{ "Normal", "Standard" },
{ "heading 1", "Heading 1" },
{ "heading 2", "Heading 2" },