summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/frmsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/shells/frmsh.cxx')
-rw-r--r--sw/source/uibase/shells/frmsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx
index 7848b1c0c45e..02d3c031717f 100644
--- a/sw/source/uibase/shells/frmsh.cxx
+++ b/sw/source/uibase/shells/frmsh.cxx
@@ -674,7 +674,7 @@ void SwFrameShell::Execute(SfxRequest &rReq)
}
break;
default:
- OSL_ENSURE( !this, "wrong dispatcher" );
+ OSL_ENSURE( false, "wrong dispatcher" );
return;
}
if ( bUpdateMgr )