From b36963c0a6a09f70ca6d8d607dd3249a3496497d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 12 Oct 2015 16:04:04 +0200 Subject: Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 --- sd/source/ui/presenter/PresenterTextView.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/source/ui/presenter/PresenterTextView.hxx') 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& 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; -- cgit