From 53a156fc3b500f5647493319acb264ba24b2b3fb Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 29 Nov 2016 09:10:16 +0100 Subject: sw: indentation fixes Change-Id: I1b48b7aca377075c3575c25e104e2c617dbdfd66 --- sw/inc/unoframe.hxx | 4 ++-- sw/qa/extras/tiledrendering/tiledrendering.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sw') diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index c6bbd1f24ebb..d8de867286fa 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -74,7 +74,7 @@ private: protected: css::uno::Reference< css::beans::XPropertySet > mxStyleData; css::uno::Reference< css::container::XNameAccess > mxStyleFamily; - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; virtual ~SwXFrame() override; @@ -328,7 +328,7 @@ public: virtual void SAL_CALL modified( const css::lang::EventObject& aEvent ) throw(css::uno::RuntimeException, std::exception) override; protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; }; #endif diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx index c9829f2a84a6..de335e8f612d 100644 --- a/sw/qa/extras/tiledrendering/tiledrendering.cxx +++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx @@ -771,7 +771,7 @@ public: } virtual void SAL_CALL dispatchFinished(const css::frame::DispatchResultEvent& rEvent) - throw(css::uno::RuntimeException, std::exception) override + throw(css::uno::RuntimeException, std::exception) override { if (rEvent.State == frame::DispatchResultState::SUCCESS) { @@ -780,7 +780,7 @@ public: } virtual void SAL_CALL disposing(const css::lang::EventObject&) - throw (css::uno::RuntimeException, std::exception) override + throw (css::uno::RuntimeException, std::exception) override { } }; -- cgit