summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par6.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-06 18:09:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-06 18:09:17 +0200
commit6e372ae1e9401f7a3651c617ece4131c065ec58d (patch)
tree876a2b2f7e07b439b97ccc731038bca8b9f36a84 /sw/source/filter/ww8/ww8par6.cxx
parentb4d6590ff572eb6c9f3455c718cc89336cf15c54 (diff)
loplugin:literaltoboolconversion
Change-Id: Ibdff644999556ae38e2b1dd4177a0f890e9bd14a
Diffstat (limited to 'sw/source/filter/ww8/ww8par6.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 9f4cbac539be..9685818510ee 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -2763,7 +2763,7 @@ void SwWW8ImplReader::Read_Symbol(sal_uInt16, const sal_uInt8* pData, short nLen
{
if( !m_bIgnoreText )
{
- if (nLen < m_bVer67 ? 3 : 4)
+ if (nLen < (m_bVer67 ? 3 : 4))
{
//otherwise disable after we print the char
if (m_pPlcxMan && m_pPlcxMan->GetDoingDrawTextBox())