diff options
author | tymyjan <tymyjan@yahoo.co.uk> | 2016-04-03 15:53:23 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-04 05:46:34 +0000 |
commit | bfb9612226314cd037c8eda30cc6ebbb46dc8512 (patch) | |
tree | 9cb3d9d1bf9ec134adb0ec9d7e4eae67979f8347 /sw | |
parent | 362ab03eb276fd7cf73a6882faa4e4f14fcab2a4 (diff) |
tdf#97499 Fixed containers parameters clearing #3
Change-Id: I1c105de7e1df251533179fba77e3797ef1c4e2d4
Reviewed-on: https://gerrit.libreoffice.org/23752
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/swstylemanager.cxx | 3 |
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 { |