diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-02-16 14:16:40 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-02-16 14:16:40 +0100 |
commit | fe28f7026c842b6cafa6ff331a7617a363d33fd6 (patch) | |
tree | 39a57b060e33a7da9f327fdea34a13da287898bb /chart2 | |
parent | 0ed4126d50b9caf35077422e257cde16a0438a5d (diff) |
fix windows build
Change-Id: I2c6e94c7662719cd5f6dccaa19cf7451b036f0f9
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 76eb0d545c2d..1dcc9b933d8c 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_Bool hasPropertyByName( const OUString& rName ) + virtual SAL_CALL sal_Bool hasPropertyByName( const OUString& rName ) throw(uno::RuntimeException); - virtual beans::Property getPropertyByName( const OUString& rName ) + virtual SAL_CALL beans::Property getPropertyByName( const OUString& rName ) throw(uno::RuntimeException, beans::UnknownPropertyException); - virtual uno::Sequence< beans::Property > getProperties() + virtual SAL_CALL uno::Sequence< beans::Property > getProperties() throw(uno::RuntimeException); private: |