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 /comphelper | |
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 'comphelper')
-rw-r--r-- | comphelper/source/misc/accessibleeventnotifier.cxx | 3 |
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, |