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 --- unodevtools/source/skeletonmaker/skeletoncommon.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'unodevtools') 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; -- cgit