summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio/gio_content.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:20:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:28 +0200
commit1c71c60d59bad925035715d78ca4014d6d4c9aea (patch)
treed69621fd67e3315e3de26ddfcda781fa92d97736 /ucb/source/ucp/gio/gio_content.cxx
parentb7e28df9bb45f4f9ce2dad0325b905f26b12c0a0 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Ib340ec1731cba5a4409f0e8d8bdde48753312672
Diffstat (limited to 'ucb/source/ucp/gio/gio_content.cxx')
-rw-r--r--ucb/source/ucp/gio/gio_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx
index 4152428caeb9..16be9c03045b 100644
--- a/ucb/source/ucp/gio/gio_content.cxx
+++ b/ucb/source/ucp/gio/gio_content.cxx
@@ -673,7 +673,7 @@ uno::Sequence< uno::Any > Content::setPropertyValues(
beans::PropertyChangeEvent aEvent;
aEvent.Source = static_cast< cppu::OWeakObject * >( this );
- aEvent.Further = sal_False;
+ aEvent.Further = false;
aEvent.PropertyHandle = -1;
sal_Int32 nChanged = 0, nTitlePos = -1;