diff options
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/DummyXShape.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx index 1dcc9b933d8c..83eb7babcaf3 100644 --- a/chart2/source/view/main/DummyXShape.cxx +++ b/chart2/source/view/main/DummyXShape.cxx @@ -55,13 +55,13 @@ public: DummyPropertySetInfo(const std::map<OUString, uno::Any>& rProps ): mrProperties(rProps) {} - virtual SAL_CALL sal_Bool hasPropertyByName( const OUString& rName ) + virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& rName ) throw(uno::RuntimeException); - virtual SAL_CALL beans::Property getPropertyByName( const OUString& rName ) + virtual beans::Property SAL_CALL getPropertyByName( const OUString& rName ) throw(uno::RuntimeException, beans::UnknownPropertyException); - virtual SAL_CALL uno::Sequence< beans::Property > getProperties() + virtual uno::Sequence< beans::Property > SAL_CALL getProperties() throw(uno::RuntimeException); private: |