From 77bd3d37dd1027e8b8d67c973abb748e777ab6d1 Mon Sep 17 00:00:00 2001 From: Jacek Wolszczak Date: Sun, 24 Oct 2010 23:48:32 +0200 Subject: DBG_* -> OSL_ENSURE cleanup, few German -> English translations. --- sw/source/ui/web/wview.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/web/wview.cxx') diff --git a/sw/source/ui/web/wview.cxx b/sw/source/ui/web/wview.cxx index 1ea26b4aa43c..e5a0b4e972d5 100644 --- a/sw/source/ui/web/wview.cxx +++ b/sw/source/ui/web/wview.cxx @@ -184,7 +184,7 @@ void SwWebView::SelectShell() break; } pSfxShell = rDispatcher.GetShell( --i ); - ASSERT( pSfxShell, "My Shell ist lost in space" ); + OSL_ENSURE( pSfxShell, "My Shell ist lost in space" ); rDispatcher.Pop( *pSfxShell, SFX_SHELL_POP_UNTIL | SFX_SHELL_POP_DELETE); } -- cgit