diff options
Diffstat (limited to 'sw/source/core/doc/docglbl.cxx')
-rw-r--r-- | sw/source/core/doc/docglbl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/doc/docglbl.cxx b/sw/source/core/doc/docglbl.cxx index 7c750ae28f..9591edf74c 100644 --- a/sw/source/core/doc/docglbl.cxx +++ b/sw/source/core/doc/docglbl.cxx @@ -358,7 +358,7 @@ BOOL SwDoc::SplitDoc( USHORT eDocType, const String& rPath, aTmp.Exchange(); if( !aTmp.Move( fnMoveBackward, fnGoNode )) { - ASSERT( FALSE, "kein Node mehr vorhanden" ); + OSL_ENSURE( FALSE, "kein Node mehr vorhanden" ); } } // Bookmarks usw. verschieben @@ -709,7 +709,7 @@ BOOL SwDoc::SplitDoc( USHORT eDocType, const String& rPath, int nOutlineLevel ) aTmp.Exchange(); if( !aTmp.Move( fnMoveBackward, fnGoNode )) { - ASSERT( FALSE, "kein Node mehr vorhanden" ); + OSL_ENSURE( FALSE, "kein Node mehr vorhanden" ); } } // Bookmarks usw. verschieben |