summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBase.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:19:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:50 +0200
commit259ece83e9b114ccc8403bbde97e5b11d4319865 (patch)
tree31853733c2027b58e2b9db23c0d5943e16dadb3c /sdext/source/presenter/PresenterPaneBase.cxx
parent0003e99b393e817ff3cd753f3798012d0ab2f8fb (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I0a24f0d6fa58407f9e365a5c812743151b88513b
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBase.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBase.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx
index d05e841d50dd..6b4e5f92a6fa 100644
--- a/sdext/source/presenter/PresenterPaneBase.cxx
+++ b/sdext/source/presenter/PresenterPaneBase.cxx
@@ -324,16 +324,16 @@ void PresenterPaneBase::CreateWindows (
mxBorderWindow = mxPresenterHelper->createWindow(
rxParentWindow,
- sal_False,
+ false,
bIsWindowVisibleOnCreation,
- sal_False,
- sal_False);
+ false,
+ false);
mxContentWindow = mxPresenterHelper->createWindow(
mxBorderWindow,
- sal_False,
+ false,
bIsWindowVisibleOnCreation,
- sal_False,
- sal_False);
+ false,
+ false);
}
}