summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drawsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/drawsh.cxx')
-rw-r--r--sw/source/uibase/shells/drawsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drawsh.cxx b/sw/source/uibase/shells/drawsh.cxx
index 0c806c4b768e..0c19b190d942 100644
--- a/sw/source/uibase/shells/drawsh.cxx
+++ b/sw/source/uibase/shells/drawsh.cxx
@@ -420,7 +420,7 @@ void SwDrawShell::Execute(SfxRequest &rReq)
break;
}
default:
- OSL_ENSURE(!this, "wrong dispatcher");
+ OSL_ENSURE(false, "wrong dispatcher");
return;
}
if (pSdrView->GetModel()->IsChanged())