summaryrefslogtreecommitdiff
path: root/forms/source/component/RadioButton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/RadioButton.hxx')
-rw-r--r--forms/source/component/RadioButton.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/forms/source/component/RadioButton.hxx b/forms/source/component/RadioButton.hxx
index 3a3a4a6e53dd..be671f616b48 100644
--- a/forms/source/component/RadioButton.hxx
+++ b/forms/source/component/RadioButton.hxx
@@ -26,7 +26,7 @@
namespace frm
{
-class ORadioButtonModel :public OReferenceValueComponent
+class ORadioButtonModel final : public OReferenceValueComponent
{
public:
DECLARE_DEFAULT_LEAF_XTOR( ORadioButtonModel );
@@ -55,18 +55,16 @@ public:
css::uno::Sequence< css::beans::Property >& /* [out] */ _rProps
) const override;
-protected:
+private:
// OBoundControlModel overridables
virtual css::uno::Any translateDbColumnToControlValue( ) override;
virtual bool commitControlValueToDbColumn( bool _bPostReset ) override;
virtual css::uno::Any translateExternalValueToControlValue( const css::uno::Any& _rExternalValue ) const override;
-protected:
void SetSiblingPropsTo(const OUString& rPropName, const css::uno::Any& rValue);
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL createClone( ) override;
-private:
void setControlSource();
};