summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-11 15:57:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-11 15:57:02 +0200
commitfffc2b704f2a03ad57c8521f4d00785aead91678 (patch)
tree34e668839b0bde8ea71f957c3f5fe17e76eab119 /svtools
parentabd8e76453038f51ad9d5b1bfeaef592e1271ee5 (diff)
-Werror,-Wundefined-bool-conversion
Change-Id: Id423cea0fa9ac926f47394c8a991a51438167386
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svrtf/svparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/svrtf/svparser.cxx b/svtools/source/svrtf/svparser.cxx
index da904a3009e5..51a4081232f5 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;
}