summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells/drwtxtsh.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-12 11:40:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-12 12:19:43 +0200
commit3dafed2edee8fe6e75b328f13d79014b611e7acf (patch)
treedbc47a283e0d7f2e4dfae35c7c2707093b45fa85 /sw/source/uibase/shells/drwtxtsh.cxx
parent20c0aaf75f2923bb7a00dc628b88c878073b8e19 (diff)
-Werror,-Wundefined-bool-conversion
Change-Id: Iff8db4c82abeeed0789d7012223a846f1058c353
Diffstat (limited to 'sw/source/uibase/shells/drwtxtsh.cxx')
-rw-r--r--sw/source/uibase/shells/drwtxtsh.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx
index 346859aa86f7..1a1f6f567f83 100644
--- a/sw/source/uibase/shells/drwtxtsh.cxx
+++ b/sw/source/uibase/shells/drwtxtsh.cxx
@@ -368,7 +368,7 @@ void SwDrawTextShell::ExecDrawLingu(SfxRequest &rReq)
break;
default:
- OSL_ENSURE(!this, "unexpected slot-id");
+ OSL_ENSURE(false, "unexpected slot-id");
}
}
}
@@ -500,7 +500,7 @@ void SwDrawTextShell::ExecDraw(SfxRequest &rReq)
break;
default:
- OSL_ENSURE(!this, "unexpected slot-id");
+ OSL_ENSURE(false, "unexpected slot-id");
return;
}
@@ -654,7 +654,7 @@ void SwDrawTextShell::ExecTransliteration( SfxRequest & rReq )
break;
default:
- OSL_ENSURE(!this, "wrong dispatcher");
+ OSL_ENSURE(false, "wrong dispatcher");
}
if( nMode )