From 2ee796ba49a13c38c1eb1e98c5e8b78d1ce18b64 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 20 Apr 2016 17:16:53 +0200 Subject: loplugin:salbool: Automatic rewrite of sal_False/True Change-Id: Ief96e7038461f514d8fe5bf16b7181b122715775 --- extensions/source/bibliography/bibbeam.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/source/bibliography/bibbeam.cxx') 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(); -- cgit