summaryrefslogtreecommitdiffstats
path: root/unodevtools/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-10-27 18:20:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-11-01 04:11:44 +0000
commitcb90f0976d20d0e9c61138f4572d14750ea3de07 (patch)
tree433e048782fb5b609ad560164bbef9bc23d65bae /unodevtools/source
parentOmit the default comparator for std::sort() (diff)
downloadcore-cb90f0976d20d0e9c61138f4572d14750ea3de07.tar.gz
core-cb90f0976d20d0e9c61138f4572d14750ea3de07.zip
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>
Diffstat (limited to 'unodevtools/source')
-rw-r--r--unodevtools/source/skeletonmaker/skeletoncommon.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx
index 5a33ebe20720..97c0e72a6324 100644
--- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx
+++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx
@@ -33,8 +33,7 @@
namespace skeletonmaker {
-typedef ::std::map< OString, ::std::vector< OString >,
- ::std::less< OString > > ProtocolCmdMap;
+typedef ::std::map< OString, ::std::vector< OString > > ProtocolCmdMap;
typedef ::std::vector< unoidl::AccumulationBasedServiceEntity::Property >
AttributeInfo;