summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/swstylemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/swstylemanager.cxx')
-rw-r--r--sw/source/core/doc/swstylemanager.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/core/doc/swstylemanager.cxx b/sw/source/core/doc/swstylemanager.cxx
index 58165a184929..e1b47cd3f4fe 100644
--- a/sw/source/core/doc/swstylemanager.cxx
+++ b/sw/source/core/doc/swstylemanager.cxx
@@ -28,8 +28,7 @@
typedef std::unordered_map< OUString,
StylePool::SfxItemSet_Pointer_t,
- OUStringHash,
- std::equal_to< OUString > > SwStyleNameCache;
+ OUStringHash > SwStyleNameCache;
class SwStyleCache
{