summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/refvaluecomponent.hxx')
-rw-r--r--forms/source/component/refvaluecomponent.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/forms/source/component/refvaluecomponent.hxx b/forms/source/component/refvaluecomponent.hxx
index e391702a659f..bedfc4f7c8c6 100644
--- a/forms/source/component/refvaluecomponent.hxx
+++ b/forms/source/component/refvaluecomponent.hxx
@@ -38,8 +38,6 @@ namespace frm
ToggleState m_eDefaultChecked; // the default check state
// </properties>
- bool m_bSupportSecondRefValue; // do we support the SecondaryRefValue property?
-
protected:
const OUString& getReferenceValue() const { return m_sReferenceValue; }
void setReferenceValue( const OUString& _rRefValue );
@@ -53,8 +51,7 @@ namespace frm
OReferenceValueComponent(
const css::uno::Reference< css::uno::XComponentContext>& _rxFactory,
const OUString& _rUnoControlModelTypeName,
- const OUString& _rDefault,
- bool _bSupportNoCheckRefValue = false
+ const OUString& _rDefault
);
DECLARE_DEFAULT_CLONE_CTOR( OReferenceValueComponent )
virtual ~OReferenceValueComponent();