diff options
author | tymyjan <tymyjan@yahoo.co.uk> | 2016-04-03 14:41:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-04 05:44:36 +0000 |
commit | 362ab03eb276fd7cf73a6882faa4e4f14fcab2a4 (patch) | |
tree | 220a6fae1568dfa94bd5a3cd50ce619309d5e2af /basic/source/inc | |
parent | e860d1ebaf5d009d2b73784a400539f8902c06b0 (diff) |
tdf#97499 Fixed containers parameters clearing #2
Change-Id: I2e77c3b33ae3b8a49a7890cac77be566391972f2
Reviewed-on: https://gerrit.libreoffice.org/23751
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/scriptcont.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/scriptcont.hxx b/basic/source/inc/scriptcont.hxx index ef93b4a385a0..04115270894b 100644 --- a/basic/source/inc/scriptcont.hxx +++ b/basic/source/inc/scriptcont.hxx @@ -120,7 +120,7 @@ public: }; -typedef std::unordered_map< OUString, css::script::ModuleInfo, OUStringHash, ::std::equal_to< OUString > > ModuleInfoMap; +typedef std::unordered_map< OUString, css::script::ModuleInfo, OUStringHash > ModuleInfoMap; typedef ::cppu::ImplHelper1< css::script::vba::XVBAModuleInfo > SfxScriptLibrary_BASE; |