diff options
Diffstat (limited to 'sw/source/core/draw/drawdoc.cxx')
-rw-r--r-- | sw/source/core/draw/drawdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/draw/drawdoc.cxx b/sw/source/core/draw/drawdoc.cxx index bfa7a3ce82..126ab2c7ec 100644 --- a/sw/source/core/draw/drawdoc.cxx +++ b/sw/source/core/draw/drawdoc.cxx @@ -227,7 +227,7 @@ uno::Reference< uno::XInterface > SwDrawDocument::createUnoModel() } catch( uno::RuntimeException& ) { - ASSERT( false, + OSL_ENSURE( false, "<SwDrawDocument::createUnoModel()> - could *not* retrieve model at <SwDocShell>" ); } |