From cb90f0976d20d0e9c61138f4572d14750ea3de07 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Thu, 27 Oct 2016 18:20:13 +0900 Subject: Omit the default comparator Change-Id: Idea8ea8dab6a86d7be6394aef1cf7f25b75009e0 Reviewed-on: https://gerrit.libreoffice.org/30319 Tested-by: Jenkins Reviewed-by: Takeshi Abe --- scripting/source/basprov/basscript.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting') diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index 6e71cfbd223b..14a0d6fb4824 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -50,7 +50,7 @@ namespace basprov #define BASSCRIPT_DEFAULT_ATTRIBS() PropertyAttribute::BOUND | PropertyAttribute::TRANSIENT - typedef ::std::map< sal_Int16, Any, ::std::less< sal_Int16 > > OutParamMap; + typedef ::std::map< sal_Int16, Any > OutParamMap; // BasicScriptImpl -- cgit