summaryrefslogtreecommitdiffstats
path: root/comphelper
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 /comphelper
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 'comphelper')
-rw-r--r--comphelper/source/misc/accessibleeventnotifier.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/source/misc/accessibleeventnotifier.cxx b/comphelper/source/misc/accessibleeventnotifier.cxx
index a84d0aad0031..9c7d89a12985 100644
--- a/comphelper/source/misc/accessibleeventnotifier.cxx
+++ b/comphelper/source/misc/accessibleeventnotifier.cxx
@@ -37,8 +37,7 @@ namespace
AccessibleEventObject > ClientEvent;
typedef ::std::map< AccessibleEventNotifier::TClientId,
- ::comphelper::OInterfaceContainerHelper2*,
- ::std::less< AccessibleEventNotifier::TClientId > > ClientMap;
+ ::comphelper::OInterfaceContainerHelper2* > ClientMap;
/// key is the end of the interval, value is the start of the interval
typedef ::std::map<AccessibleEventNotifier::TClientId,