diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-17 09:11:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2017-01-17 09:13:03 +0100 |
commit | d74e3b5bc43635c8c86988884b97929c3b086732 (patch) | |
tree | 9647cf7265181c2231be5cca62c4e313681fcfbc | |
parent | 2757ee9fe610e253e4ccc37423fa420004d0f388 (diff) |
sw, sd: fix indentation
The indentation in these files is consistent otherwise, let's keep it
that way.
Change-Id: I1d73caa03425cd4d1c98ff07935512b002fb2c72
-rw-r--r-- | sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 | ||||
-rw-r--r-- | sw/inc/lineinfo.hxx | 2 | ||||
-rw-r--r-- | sw/inc/tox.hxx | 2 | ||||
-rw-r--r-- | sw/inc/txtatr.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unosett.hxx | 4 | ||||
-rw-r--r-- | sw/inc/unostyle.hxx | 2 | ||||
-rw-r--r-- | sw/inc/usrfld.hxx | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx index 58dc9e62c802..65079fc84bf9 100644 --- a/sd/qa/unit/tiledrendering/tiledrendering.cxx +++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx @@ -1493,7 +1493,7 @@ void SdTiledRenderingTest::testTdf81754() // now save, reload, and assert that we did not lose the edit ::sd::DrawDocShellRef xDocShRef = saveAndReload(pXImpressDocument->GetDocShell(), PPTX); - const SdrPage *pPage = GetPage(1, xDocShRef); + const SdrPage* pPage = GetPage(1, xDocShRef); SdrTextObj* pTextObject = dynamic_cast<SdrTextObj*>(pPage->GetObj(1)); CPPUNIT_ASSERT(pTextObject); diff --git a/sw/inc/lineinfo.hxx b/sw/inc/lineinfo.hxx index 4cd232e32479..155a4c07f13c 100644 --- a/sw/inc/lineinfo.hxx +++ b/sw/inc/lineinfo.hxx @@ -50,7 +50,7 @@ class SW_DLLPUBLIC SwLineNumberInfo : public SwClient /**< purpose of derivation bool bRestartEachPage; /**< Restart counting at the first paragraph of each page (even on follows when paragraphs are splitted) */ protected: - virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override; + virtual void Modify( const SfxPoolItem*, const SfxPoolItem* ) override; public: SwLineNumberInfo(); diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index d612d0d400ea..376c3140fa99 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -81,7 +81,7 @@ class SW_DLLPUBLIC SwTOXMark protected: // SwClient - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; public: diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx index 02ee37d3eeb6..ddb3f1b94eda 100644 --- a/sw/inc/txtatr.hxx +++ b/sw/inc/txtatr.hxx @@ -74,7 +74,7 @@ class SW_DLLPUBLIC SwTextRuby : public SwTextAttrNesting, public SwClient { SwTextNode* m_pTextNode; protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; public: SwTextRuby( SwFormatRuby& rAttr, sal_Int32 nStart, sal_Int32 nEnd ); virtual ~SwTextRuby() override; diff --git a/sw/inc/unosett.hxx b/sw/inc/unosett.hxx index 6386f4fcb0e8..73ce65c600e8 100644 --- a/sw/inc/unosett.hxx +++ b/sw/inc/unosett.hxx @@ -140,8 +140,8 @@ class SwXNumberingRules : public cppu::WeakAggImplHelper5 > { private: - class Impl; - ::sw::UnoImplPtr<Impl> m_pImpl; + class Impl; + ::sw::UnoImplPtr<Impl> m_pImpl; OUString m_sNewCharStyleNames[MAXLEVEL]; OUString m_sNewBulletFontNames[MAXLEVEL]; diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx index eda86466bed6..9806d2f79d5f 100644 --- a/sw/inc/unostyle.hxx +++ b/sw/inc/unostyle.hxx @@ -151,7 +151,7 @@ class SwXAutoStyleFamily : public cppu::WeakImplHelper< css::style::XAutoStyleFa IStyleAccess::SwAutoStyleFamily m_eFamily; protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override; public: SwXAutoStyleFamily(SwDocShell* pDocShell, IStyleAccess::SwAutoStyleFamily eFamily); diff --git a/sw/inc/usrfld.hxx b/sw/inc/usrfld.hxx index 45de281191c3..e2490f9990cd 100644 --- a/sw/inc/usrfld.hxx +++ b/sw/inc/usrfld.hxx @@ -62,7 +62,7 @@ public: virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override; protected: - virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; + virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNew ) override; }; inline bool SwUserFieldType::IsValid() const |