summaryrefslogtreecommitdiff
path: root/sd/source/ui/presenter/PresenterTextView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/presenter/PresenterTextView.hxx')
-rw-r--r--sd/source/ui/presenter/PresenterTextView.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/presenter/PresenterTextView.hxx b/sd/source/ui/presenter/PresenterTextView.hxx
index 0b389c0bde6c..30c4a9ed34c2 100644
--- a/sd/source/ui/presenter/PresenterTextView.hxx
+++ b/sd/source/ui/presenter/PresenterTextView.hxx
@@ -55,16 +55,16 @@ public:
// XInitialization
virtual void SAL_CALL initialize (const css::uno::Sequence<css::uno::Any>& rArguments)
- throw (css::uno::Exception, css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
+ throw (css::uno::Exception, css::uno::RuntimeException, std::exception) override;
protected:
- virtual void SAL_CALL disposing() SAL_OVERRIDE;
+ virtual void SAL_CALL disposing() override;
virtual css::uno::Any GetPropertyValue (
- const OUString& rsPropertyName) SAL_OVERRIDE;
+ const OUString& rsPropertyName) override;
virtual css::uno::Any SetPropertyValue (
const OUString& rsPropertyName,
- const css::uno::Any& rValue) SAL_OVERRIDE;
+ const css::uno::Any& rValue) override;
private:
class Implementation;