summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-23 10:04:32 +0200
committerNoel Grandin <noel@peralex.com>2016-03-23 10:19:43 +0200
commitaec2477b41ea09e914ff64965099d0cea1411ba7 (patch)
treee9c759a1bd17e4e04f2df6ad68b41e9c74dfe3ea /forms/source/component/refvaluecomponent.hxx
parent73140c6f3485e3f221fe6f272c21104b8575e12c (diff)
loplugin:constantparam in forms
Change-Id: Iebce160fd6c3de63ba179d747768fd4cf420baec
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();