summaryrefslogtreecommitdiff
path: root/framework/source/helper/oframes.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-27 15:27:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-27 15:30:56 +0200
commit591c3192275f0ac06227da09bb89179d42deddaa (patch)
treef1def7bd265fee15c298b8b573661d32b040ad08 /framework/source/helper/oframes.cxx
parent232d37b25e175c7a593c4ea22b0b22fe5ffe56e8 (diff)
More loplugin:simplifybool
Change-Id: If173ec26ed53cf99fd23f0930eaeefc595a05722
Diffstat (limited to 'framework/source/helper/oframes.cxx')
-rw-r--r--framework/source/helper/oframes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx
index e79593a77fe5..e39ce2a322bf 100644
--- a/framework/source/helper/oframes.cxx
+++ b/framework/source/helper/oframes.cxx
@@ -120,7 +120,7 @@ Sequence< css::uno::Reference< XFrame > > SAL_CALL OFrames::queryFrames( sal_Int
if ( xOwner.is() )
{
// Work only, if search was not started here ...!
- if( m_bRecursiveSearchProtection == false )
+ if( !m_bRecursiveSearchProtection )
{
// This class is a helper for services, which must implement XFrames.
// His parent and children are MY parent and children to.