diff options
Diffstat (limited to 'sw/source/ui/ribbar')
-rw-r--r-- | sw/source/ui/ribbar/tbxanchr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/ribbar/tbxanchr.cxx b/sw/source/ui/ribbar/tbxanchr.cxx index d8a95367af7d..324d802fb84d 100644 --- a/sw/source/ui/ribbar/tbxanchr.cxx +++ b/sw/source/ui/ribbar/tbxanchr.cxx @@ -117,7 +117,7 @@ void SwTbxAnchor::Click() } if(!pActiveView) { - OSL_ENSURE(false, "No active view found"); + OSL_FAIL("No active view found"); return; } SwWrtShell* pWrtShell = pActiveView->GetWrtShellPtr(); |