summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-08-05 08:18:57 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-08-05 09:48:50 +0200
commitf2a18401f9e9bda9be043ee442078e31ff567357 (patch)
tree7bd06695013550de1f0cef1cfa1416f8739e6091
parentf121a9fd8500f849b091d704f33bfa87ea9d1fb7 (diff)
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@redhat.com>
-rw-r--r--sw/source/core/frmedt/fecopy.cxx2
1 files changed, 1 insertions, 1 deletions
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" );
}