summaryrefslogtreecommitdiff
path: root/sw/source/ui/ribbar
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/ribbar')
-rw-r--r--sw/source/ui/ribbar/tbxanchr.cxx2
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();