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

Miklos Vajna vmiklos at collabora.co.uk
Wed Apr 6 12:10:33 UTC 2016


 sd/qa/unit/tiledrendering/tiledrendering.cxx |    8 ++++----
 sw/inc/expfld.hxx                            |   12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit b1ee1925ff1bbe502d9a708a98e025bb50a17c90
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Wed Apr 6 13:53:11 2016 +0200

    Indentation fixes
    
    Change-Id: Ieba9dfed344e04067278300365172162d6d44aae

diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index 3d1b0b5..d50d01e 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -636,10 +636,10 @@ void SdTiledRenderingTest::testInsertTable()
     SdXImpressDocument* pXImpressDocument = createDoc("dummy.odp");
 
     uno::Sequence<beans::PropertyValue> aArgs(comphelper::InitPropertySequence(
-        {
-            { "Rows", uno::makeAny(sal_Int32(3)) },
-            { "Columns", uno::makeAny(sal_Int32(5)) }
-        }
+    {
+        { "Rows", uno::makeAny(sal_Int32(3)) },
+        { "Columns", uno::makeAny(sal_Int32(5)) }
+    }
     ));
 
     comphelper::dispatchCommand(".uno:InsertTable", aArgs);
diff --git a/sw/inc/expfld.hxx b/sw/inc/expfld.hxx
index 5263bac..c51f1bd 100644
--- a/sw/inc/expfld.hxx
+++ b/sw/inc/expfld.hxx
@@ -73,13 +73,13 @@ public:
 class SwGetExpFieldType : public SwValueFieldType
 {
 public:
-        SwGetExpFieldType(SwDoc* pDoc);
-        virtual SwFieldType*    Copy() const override;
+    SwGetExpFieldType(SwDoc* pDoc);
+    virtual SwFieldType*    Copy() const override;
 
-        /** Overlay, because get-field cannot be changed and therefore
-         does not need to be updated. Update at changing of set-values! */
+    /** Overlay, because get-field cannot be changed and therefore
+     does not need to be updated. Update at changing of set-values! */
 protected:
-   virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override;
+    virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override;
 };
 
 class SW_DLLPUBLIC SwGetExpField : public SwFormulaField
@@ -155,7 +155,7 @@ class SW_DLLPUBLIC SwSetExpFieldType : public SwValueFieldType
     bool        bDeleted;
 
 protected:
-   virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override;
+    virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew ) override;
 
 public:
     SwSetExpFieldType( SwDoc* pDoc, const OUString& rName,


More information about the Libreoffice-commits mailing list