summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/animatedimagespeer.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:20:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:28 +0200
commitb7e28df9bb45f4f9ce2dad0325b905f26b12c0a0 (patch)
tree7604f2a6930344ad94440019067901c5d336f124 /toolkit/source/awt/animatedimagespeer.cxx
parentcaae9ec4e0aaa0ecc6676650a2e99c116294f7ed (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I04d2884dcb81482c5c3450c98cccb36096a126d4
Diffstat (limited to 'toolkit/source/awt/animatedimagespeer.cxx')
-rw-r--r--toolkit/source/awt/animatedimagespeer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx
index 1f1a8efb1019..82169b358d70 100644
--- a/toolkit/source/awt/animatedimagespeer.cxx
+++ b/toolkit/source/awt/animatedimagespeer.cxx
@@ -326,7 +326,7 @@ namespace toolkit
VclPtr<Throbber> pThrobber = GetAsDynamic<Throbber>();
if (pThrobber)
return pThrobber->isRunning();
- return sal_False;
+ return false;
}
void SAL_CALL AnimatedImagesPeer::setProperty( const OUString& i_propertyName, const Any& i_value ) throw(RuntimeException, std::exception)