[Libreoffice-commits] core.git: svtools/source

Stephan Bergmann sbergman at redhat.com
Mon Aug 11 06:57:52 PDT 2014


 svtools/source/svrtf/svparser.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fffc2b704f2a03ad57c8521f4d00785aead91678
Author: Stephan Bergmann <sbergman at 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;
         }


More information about the Libreoffice-commits mailing list