[Libreoffice-commits] core.git: sw/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 5 07:49:35 UTC 2020


 sw/source/core/frmedt/fecopy.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2a18401f9e9bda9be043ee442078e31ff567357
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Aug 5 08:18:57 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Aug 5 09:48:50 2020 +0200

    loplugin:indentation (--disable-assert-always-abort)
    
    Change-Id: I47e4ec87a007864177d76b46863a87ea8c4b1a23
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100150
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sw/source/core/frmedt/fecopy.cxx b/sw/source/core/frmedt/fecopy.cxx
index 77683bc821cb..3b68e1760787 100644
--- a/sw/source/core/frmedt/fecopy.cxx
+++ b/sw/source/core/frmedt/fecopy.cxx
@@ -152,7 +152,7 @@ void SwFEShell::Copy( SwDoc* pClpDoc, const OUString* pNewClpText )
 #ifndef NDEBUG
             bool inserted =
 #endif
-                rSpzFrameFormats.newDefault( pFlyFormat );
+            rSpzFrameFormats.newDefault( pFlyFormat );
             assert( !inserted && "Fly not contained in Spz-Array" );
         }
 


More information about the Libreoffice-commits mailing list