[Libreoffice-commits] core.git: sd/qa sw/inc

Miklos Vajna vmiklos at collabora.co.uk
Tue Jan 17 08:15:06 UTC 2017


 sd/qa/unit/tiledrendering/tiledrendering.cxx |    2 +-
 sw/inc/lineinfo.hxx                          |    2 +-
 sw/inc/tox.hxx                               |    2 +-
 sw/inc/txtatr.hxx                            |    2 +-
 sw/inc/unosett.hxx                           |    4 ++--
 sw/inc/unostyle.hxx                          |    2 +-
 sw/inc/usrfld.hxx                            |    2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit d74e3b5bc43635c8c86988884b97929c3b086732
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Jan 17 09:11:11 2017 +0100

    sw, sd: fix indentation
    
    The indentation in these files is consistent otherwise, let's keep it
    that way.
    
    Change-Id: I1d73caa03425cd4d1c98ff07935512b002fb2c72

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 58dc9e6..65079fc 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 4cd232e..155a4c0 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 d612d0d..376c314 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 02ee37d..ddb3f1b 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 6386f4f..73ce65c 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 eda8646..9806d2f 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 45de281..e2490f9 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


More information about the Libreoffice-commits mailing list