summaryrefslogtreecommitdiffstats
path: root/scripting/source/provider/ActiveMSPList.hxx
diff options
context:
space:
mode:
authortymyjan <tymyjan@yahoo.co.uk>2016-04-03 15:53:23 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-04 05:46:34 +0000
commitbfb9612226314cd037c8eda30cc6ebbb46dc8512 (patch)
tree9cb3d9d1bf9ec134adb0ec9d7e4eae67979f8347 /scripting/source/provider/ActiveMSPList.hxx
parenttdf#97499 Fixed containers parameters clearing #2 (diff)
downloadcore-bfb9612226314cd037c8eda30cc6ebbb46dc8512.tar.gz
core-bfb9612226314cd037c8eda30cc6ebbb46dc8512.zip
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 'scripting/source/provider/ActiveMSPList.hxx')
-rw-r--r--scripting/source/provider/ActiveMSPList.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/provider/ActiveMSPList.hxx b/scripting/source/provider/ActiveMSPList.hxx
index 24036009ef8b..6590d80ab36c 100644
--- a/scripting/source/provider/ActiveMSPList.hxx
+++ b/scripting/source/provider/ActiveMSPList.hxx
@@ -47,7 +47,7 @@ typedef std::map < css::uno::Reference< css::uno::XInterface >
typedef std::unordered_map< OUString,
css::uno::Reference< css::script::provider::XScriptProvider >,
- OUStringHash, std::equal_to< OUString > > Msp_hash;
+ OUStringHash > Msp_hash;
class NonDocMSPCreator;