From c0d037a6ecbd4389abe3ca9e958d8a4ac9e0287e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 May 2014 12:37:38 +0200 Subject: forms: sal_Bool->bool Change-Id: Ifa15f4ed3107b1075b504f09d2cae69ee38d347a --- forms/source/component/refvaluecomponent.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forms/source/component/refvaluecomponent.hxx') diff --git a/forms/source/component/refvaluecomponent.hxx b/forms/source/component/refvaluecomponent.hxx index e8a9f111d789..481f9b67dff9 100644 --- a/forms/source/component/refvaluecomponent.hxx +++ b/forms/source/component/refvaluecomponent.hxx @@ -42,7 +42,7 @@ namespace frm ToggleState m_eDefaultChecked; // the default check state // - sal_Bool m_bSupportSecondRefValue; // do we support the SecondaryRefValue property? + bool m_bSupportSecondRefValue; // do we support the SecondaryRefValue property? protected: const OUString& getReferenceValue() const { return m_sReferenceValue; } @@ -58,7 +58,7 @@ namespace frm const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext>& _rxFactory, const OUString& _rUnoControlModelTypeName, const OUString& _rDefault, - sal_Bool _bSupportNoCheckRefValue = sal_False + bool _bSupportNoCheckRefValue = false ); DECLARE_DEFAULT_CLONE_CTOR( OReferenceValueComponent ) DECLARE_DEFAULT_DTOR( OReferenceValueComponent ); -- cgit