svtools/source/svrtf/svparser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fffc2b704f2a03ad57c8521f4d00785aead91678 Author: Stephan Bergmann <sberg...@redhat.com> Date: Mon Aug 11 15:57:02 2014 +0200 -Werror,-Wundefined-bool-conversion Change-Id: Id423cea0fa9ac926f47394c8a991a51438167386 diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx index da904a3..51a4081 100644 --- a/svtools/source/svrtf/svparser.cxx +++ b/svtools/source/svrtf/svparser.cxx @@ -135,7 +135,7 @@ void SvParser::SetSrcEncoding( rtl_TextEncoding eEnc ) } else { - DBG_ASSERT( !this, + DBG_ASSERT( false, "SvParser::SetSrcEncoding: invalid source encoding" ); eSrcEnc = RTL_TEXTENCODING_DONTKNOW; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits