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

Miklos Vajna vmiklos at collabora.co.uk
Thu Dec 10 00:30:46 PST 2015


 sw/inc/calbck.hxx                    |    2 +-
 sw/inc/dcontact.hxx                  |    4 ++--
 sw/qa/extras/rtfimport/rtfimport.cxx |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 9e8cd06234bc217490121745cfe3491c92560f8d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Thu Dec 10 09:30:00 2015 +0100

    sw: indentation fixes
    
    Change-Id: Id5c95b30eb25d8e88cb596fca283b14f1c74ef69

diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index 8032bc9..c80cebc 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -87,7 +87,7 @@ namespace sw
             virtual void SwClientNotify( const SwModify&, const SfxHint& rHint) =0;
         public:
             bool IsLast() const { return !m_pLeft && !m_pRight; }
-   };
+    };
 }
 // SwClient
 class SW_DLLPUBLIC SwClient : ::sw::WriterListener
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index 73d4242..e50f999 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -232,13 +232,13 @@ class SwDrawVirtObj : public SdrVirtObj
          inserted into the drawing layer. */
         SwDrawContact&  mrDrawContact;
 
-   protected:
+    protected:
         /** AW: Need own sdr::contact::ViewContact since AnchorPos from parent is
          not used but something own (top left of new SnapRect minus top left
          of original SnapRect) */
         virtual sdr::contact::ViewContact* CreateObjectSpecificViewContact() override;
 
-   public:
+    public:
 
         SwDrawVirtObj( SdrObject&       _rNewObj,
                        SwDrawContact&   _rDrawContact );
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 17cae46..dc47a95 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -2380,7 +2380,7 @@ DECLARE_RTFIMPORT_TEST(testTdf54584, "tdf54584.rtf")
     uno::Reference<container::XEnumeration> xFields(xFieldsAccess->createEnumeration());
     // \PAGE was ignored, so no fields were in document -> exception was thrown
     CPPUNIT_ASSERT_NO_THROW_MESSAGE("No fields in document found: field \"\\PAGE\" was not properly read",
-        xFields->nextElement());
+                                    xFields->nextElement());
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();


More information about the Libreoffice-commits mailing list