summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stg.cxx')
-rw-r--r--sot/source/sdstor/stg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stg.cxx b/sot/source/sdstor/stg.cxx
index 2b3e9a146908..86658536cb07 100644
--- a/sot/source/sdstor/stg.cxx
+++ b/sot/source/sdstor/stg.cxx
@@ -440,7 +440,7 @@ void Storage::Init( bool bCreate )
bool bHdrLoaded = false;
bIsRoot = true;
- OSL_ENSURE( pIo, "The pointer may not be empty at this point!" );
+ assert(pIo && "The pointer may not be empty at this point!");
if( pIo->Good() && pIo->GetStrm() )
{
sal_uInt64 nSize = pIo->GetStrm()->TellEnd();