summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/bibbeam.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:16:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:40 +0200
commit2ee796ba49a13c38c1eb1e98c5e8b78d1ce18b64 (patch)
treedc1c62db36a2824a0e90cd77d4382edaab216ba2 /extensions/source/bibliography/bibbeam.cxx
parent4bff11d579dce8e2bb4f35f9218003bb28cf5a01 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Ief96e7038461f514d8fe5bf16b7181b122715775
Diffstat (limited to 'extensions/source/bibliography/bibbeam.cxx')
-rw-r--r--extensions/source/bibliography/bibbeam.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibbeam.cxx b/extensions/source/bibliography/bibbeam.cxx
index de5a3d513f06..db118bd44b79 100644
--- a/extensions/source/bibliography/bibbeam.cxx
+++ b/extensions/source/bibliography/bibbeam.cxx
@@ -154,8 +154,8 @@ namespace bib
m_xControlContainer->addControl("GridControl", m_xControl);
m_xGridWin.set(m_xControl, UNO_QUERY );
m_xDispatchProviderInterception.set(m_xControl, UNO_QUERY );
- m_xGridWin->setVisible( sal_True );
- m_xControl->setDesignMode( sal_True );
+ m_xGridWin->setVisible( true );
+ m_xControl->setDesignMode( true );
// initially switch on the design mode - switch it off _after_ loading the form
::Size aSize = GetOutputSizePixel();