summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/Chart2PanelFactory.hxx')
-rw-r--r--chart2/source/controller/sidebar/Chart2PanelFactory.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
index c96813ce6a3e..c68fe5f566bb 100644
--- a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
+++ b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
@@ -52,16 +52,16 @@ public:
throw(
css::container::NoSuchElementException,
css::lang::IllegalArgumentException,
- css::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
+ css::uno::RuntimeException, std::exception ) override;
virtual OUString SAL_CALL getImplementationName()
- throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
virtual sal_Bool SAL_CALL supportsService(OUString const & ServiceName)
- throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames()
- throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::RuntimeException, std::exception) override;
};
} } // end of namespace sc::sidebar