diff options
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r-- | sw/inc/docstyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index cc7281c57314..59dcfe9afa8a 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -147,7 +147,7 @@ class SwStyleSheetIterator : public SfxStyleSheetIterator, public SfxListener class SwPoolFormatList { std::vector<OUString> maImpl; - typedef std::unordered_map<OUString, sal_uInt32, OUStringHash> UniqueHash; + typedef std::unordered_map<OUString, sal_uInt32> UniqueHash; UniqueHash maUnique; void rehash(); public: |