diff options
Diffstat (limited to 'chart2/source/controller/main/FeatureCommandDispatchBase.hxx')
-rw-r--r-- | chart2/source/controller/main/FeatureCommandDispatchBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx index f75fc4084890..0528e8137ffb 100644 --- a/chart2/source/controller/main/FeatureCommandDispatchBase.hxx +++ b/chart2/source/controller/main/FeatureCommandDispatchBase.hxx @@ -68,7 +68,7 @@ public: // late initialisation, especially for adding as listener virtual void initialize(); - virtual bool isFeatureSupported( const ::com::sun::star::util::URL& rURL ) const; + virtual bool isFeatureSupported( const ::rtl::OUString& rCommandURL ); protected: // XDispatch |