summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:19:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:49 +0200
commit0003e99b393e817ff3cd753f3798012d0ab2f8fb (patch)
tree956ca991509534d7ece7b987c089c6dc1ccad55b /sd/source/ui/slidesorter/shell
parent4b9573ba669173d0d0d7653c9bcef276ec151cec (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Iae2e695c26e19275ea02bc6737c311d31a45e1d7
Diffstat (limited to 'sd/source/ui/slidesorter/shell')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorterService.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorterService.cxx b/sd/source/ui/slidesorter/shell/SlideSorterService.cxx
index ad5df983f605..129d2fd1c1bb 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorterService.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorterService.cxx
@@ -138,7 +138,7 @@ Reference<XResourceId> SAL_CALL SlideSorterService::getResourceId()
sal_Bool SAL_CALL SlideSorterService::isAnchorOnly()
throw (RuntimeException, std::exception)
{
- return sal_False;
+ return false;
}
//----- XWindowListener -------------------------------------------------------