From 3dafed2edee8fe6e75b328f13d79014b611e7acf Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 12 Aug 2014 11:40:08 +0200 Subject: -Werror,-Wundefined-bool-conversion Change-Id: Iff8db4c82abeeed0789d7012223a846f1058c353 --- sw/source/uibase/fldui/fldmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/fldui') diff --git a/sw/source/uibase/fldui/fldmgr.cxx b/sw/source/uibase/fldui/fldmgr.cxx index 188e6adeaf5a..8ad026f328b7 100644 --- a/sw/source/uibase/fldui/fldmgr.cxx +++ b/sw/source/uibase/fldui/fldmgr.cxx @@ -1321,7 +1321,7 @@ bool SwFldMgr::InsertFld( } break; default: - { OSL_ENSURE(!this, "wrong field type"); + { OSL_ENSURE(false, "wrong field type"); return false; } } -- cgit