summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drformsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/drformsh.cxx')
-rw-r--r--sw/source/uibase/shells/drformsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drformsh.cxx b/sw/source/uibase/shells/drformsh.cxx
index 3892d620ce83..f3ad3e3762b6 100644
--- a/sw/source/uibase/shells/drformsh.cxx
+++ b/sw/source/uibase/shells/drformsh.cxx
@@ -155,7 +155,7 @@ void SwDrawFormShell::Execute(SfxRequest &rReq)
break;
default:
- OSL_ENSURE(!this, "wrong dispatcher");
+ OSL_ENSURE(false, "wrong dispatcher");
return;
}
}