From aec2477b41ea09e914ff64965099d0cea1411ba7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 23 Mar 2016 10:04:32 +0200 Subject: loplugin:constantparam in forms Change-Id: Iebce160fd6c3de63ba179d747768fd4cf420baec --- forms/source/component/refvaluecomponent.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'forms/source/component/refvaluecomponent.hxx') 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 // - 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(); -- cgit