diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-10-27 18:20:13 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2016-11-01 04:11:44 +0000 |
commit | cb90f0976d20d0e9c61138f4572d14750ea3de07 (patch) | |
tree | 433e048782fb5b609ad560164bbef9bc23d65bae /unodevtools | |
parent | 9fa6dadc4e1e75b2fd7b7360995c524fa7a5d40e (diff) |
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')
-rw-r--r-- | unodevtools/source/skeletonmaker/skeletoncommon.hxx | 3 |
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; |