summaryrefslogtreecommitdiff
path: root/forms/source/component/refvaluecomponent.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-03 22:53:53 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-04 08:30:24 +0200
commit2091d5a4d37961969b270590a6906260415884cb (patch)
tree7924a6040e62b426ef2936617775094a3571d91b /forms/source/component/refvaluecomponent.hxx
parentf634cda2a26aba91277738f2c6f09405a2bf915c (diff)
forms: expand DECLARE_DEFAULT_DTOR
Change-Id: I52b091402ec23f9c5eb87ae2212cc5b4986c6435
Diffstat (limited to 'forms/source/component/refvaluecomponent.hxx')
-rw-r--r--forms/source/component/refvaluecomponent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/refvaluecomponent.hxx b/forms/source/component/refvaluecomponent.hxx
index 09c42c92f7aa..7afdd98aa7c6 100644
--- a/forms/source/component/refvaluecomponent.hxx
+++ b/forms/source/component/refvaluecomponent.hxx
@@ -57,7 +57,7 @@ namespace frm
bool _bSupportNoCheckRefValue = false
);
DECLARE_DEFAULT_CLONE_CTOR( OReferenceValueComponent )
- DECLARE_DEFAULT_DTOR( OReferenceValueComponent );
+ virtual ~OReferenceValueComponent();
// OPropertySet and friends
virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue, sal_Int32 nHandle) const SAL_OVERRIDE;