diff options
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/main/FeatureCommandDispatchBase.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |