diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-11-29 09:10:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-11-29 09:19:40 +0100 |
commit | 53a156fc3b500f5647493319acb264ba24b2b3fb (patch) | |
tree | 3981bac610e229f294344b3e7e72117dd49cc31a /sw | |
parent | be37c23c587e514b1bceef9b2f4aa2f241d63f93 (diff) |
sw: indentation fixes
Change-Id: I1b48b7aca377075c3575c25e104e2c617dbdfd66
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/unoframe.hxx | 4 | ||||
-rw-r--r-- | sw/qa/extras/tiledrendering/tiledrendering.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
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 { } }; |