summaryrefslogtreecommitdiff
path: root/chart2/source/view/main/DummyXShape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/main/DummyXShape.cxx')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index b4b98fe93196..ae242c290258 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -85,13 +85,13 @@ public:
mrProperties(rProps) {}
virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& rName )
- throw(uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(uno::RuntimeException, std::exception) override;
virtual beans::Property SAL_CALL getPropertyByName( const OUString& rName )
- throw(uno::RuntimeException, beans::UnknownPropertyException, std::exception) SAL_OVERRIDE;
+ throw(uno::RuntimeException, beans::UnknownPropertyException, std::exception) override;
virtual uno::Sequence< beans::Property > SAL_CALL getProperties()
- throw(uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw(uno::RuntimeException, std::exception) override;
private:
const std::map<OUString, uno::Any>& mrProperties;