summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-06 12:37:38 +0200
committerNoel Grandin <noel@peralex.com>2014-05-06 12:38:16 +0200
commitc0d037a6ecbd4389abe3ca9e958d8a4ac9e0287e (patch)
tree617f52ca3be4d2c2f6b5b21fc4ed9a3a8dd1fe77 /forms/source/component/refvaluecomponent.hxx
parentae92e6e6d5dec81c2e22a51a89f463cae1ac1edb (diff)
forms: sal_Bool->bool
Change-Id: Ifa15f4ed3107b1075b504f09d2cae69ee38d347a
Diffstat (limited to 'forms/source/component/refvaluecomponent.hxx')
-rw-r--r--forms/source/component/refvaluecomponent.hxx4
1 files changed, 2 insertions, 2 deletions
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
// </properties>
- 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 );