diff options
Diffstat (limited to 'sw/source/core/docnode/swbaslnk.cxx')
-rw-r--r-- | sw/source/core/docnode/swbaslnk.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/docnode/swbaslnk.cxx b/sw/source/core/docnode/swbaslnk.cxx index d0d2b89d2b..32dabad9bb 100644 --- a/sw/source/core/docnode/swbaslnk.cxx +++ b/sw/source/core/docnode/swbaslnk.cxx @@ -100,7 +100,7 @@ void SwBaseLink::DataChanged( const String& rMimeType, { if( !pCntntNode ) { - ASSERT(!this, "DataChanged ohne ContentNode" ); + OSL_ENSURE(!this, "DataChanged ohne ContentNode" ); return ; } @@ -437,7 +437,7 @@ BOOL SwBaseLink::SwapIn( BOOL bWaitForData, BOOL bNativFormat ) if( bWaitForData && !GetObj() ) { - ASSERT( !this, "das SvxFileObject wurde in einem GetData geloescht!" ); + OSL_ENSURE( !this, "das SvxFileObject wurde in einem GetData geloescht!" ); bRes = FALSE; } else if( 0 != ( bRes = aValue.hasValue() ) ) @@ -506,7 +506,7 @@ const SwNode* SwBaseLink::GetAnchor() const } } - ASSERT( !this, "GetAnchor nicht ueberlagert" ); + OSL_ENSURE( !this, "GetAnchor nicht ueberlagert" ); return 0; } |