summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" );
}