Omit the default comparator

Change-Id: Idea8ea8dab6a86d7be6394aef1cf7f25b75009e0
Reviewed-on: https://gerrit.libreoffice.org/30319
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
This commit is contained in:
Takeshi Abe
2016-10-27 18:20:13 +09:00
parent 9fa6dadc4e
commit cb90f0976d
12 changed files with 12 additions and 15 deletions

View File

@@ -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