diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-12 11:40:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-12 12:19:43 +0200 |
commit | 3dafed2edee8fe6e75b328f13d79014b611e7acf (patch) | |
tree | dbc47a283e0d7f2e4dfae35c7c2707093b45fa85 /sw/source/uibase/fldui | |
parent | 20c0aaf75f2923bb7a00dc628b88c878073b8e19 (diff) |
-Werror,-Wundefined-bool-conversion
Change-Id: Iff8db4c82abeeed0789d7012223a846f1058c353
Diffstat (limited to 'sw/source/uibase/fldui')
-rw-r--r-- | sw/source/uibase/fldui/fldmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |