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 --- chart2/source/controller/main/FeatureCommandDispatchBase.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chart2/source/controller/main') diff --git a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx index 07679b1d952f..0d6ed195b710 100644 --- a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx +++ b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx @@ -34,8 +34,7 @@ struct ControllerFeature: public css::frame::DispatchInformation }; typedef ::std::map< OUString, - ControllerFeature, - ::std::less< OUString > > SupportedFeatures; + ControllerFeature > SupportedFeatures; struct FeatureState { -- cgit