summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/xfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-27 15:28:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-27 15:30:58 +0200
commitde6d87c1ba18ecf20ec9ea5a405030e626ab544a (patch)
tree0e68e7cb8cef8ec9c1102ac0a5b00529e5cbdba1 /lotuswordpro/source/filter/xfilter
parent64fd710cd57986f319bbb1a379cd674b134b5708 (diff)
More loplugin:simplifybool
Change-Id: I1ed1841c7cfbf69abfc8ba19cca348077da7b6d1
Diffstat (limited to 'lotuswordpro/source/filter/xfilter')
-rw-r--r--lotuswordpro/source/filter/xfilter/xfframe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/xfilter/xfframe.cxx b/lotuswordpro/source/filter/xfilter/xfframe.cxx
index 3eee43d15040..cc503820c4d9 100644
--- a/lotuswordpro/source/filter/xfilter/xfframe.cxx
+++ b/lotuswordpro/source/filter/xfilter/xfframe.cxx
@@ -141,7 +141,7 @@ void XFFrame::StartFrame(IXFStream *pStrm)
pAttrList->AddAttribute( "draw:style-name", GetStyleName() );
assert(!m_strName.isEmpty() && "name should not be null.");
- if( !m_strName.isEmpty() && m_isTextBox == false)
+ if( !m_strName.isEmpty() && !m_isTextBox)
pAttrList->AddAttribute( "draw:name", m_strName );
//anchor type:
switch( m_eAnchor )