summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterController.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/PresenterController.cxx
parent0003e99b393e817ff3cd753f3798012d0ab2f8fb (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I0a24f0d6fa58407f9e365a5c812743151b88513b
Diffstat (limited to 'sdext/source/presenter/PresenterController.cxx')
-rw-r--r--sdext/source/presenter/PresenterController.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterController.cxx b/sdext/source/presenter/PresenterController.cxx
index 95880baaed40..133901eca70c 100644
--- a/sdext/source/presenter/PresenterController.cxx
+++ b/sdext/source/presenter/PresenterController.cxx
@@ -1133,7 +1133,7 @@ void PresenterController::InitializeMainPane (const Reference<XPane>& rxPane)
}
Reference<XPane2> xPane2 (rxPane, UNO_QUERY);
if (xPane2.is())
- xPane2->setVisible(sal_True);
+ xPane2->setVisible(true);
mpPaintManager.reset(new PresenterPaintManager(mxMainWindow, mxPresenterHelper, mpPaneContainer));