summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_xmloff/source/forms/elementexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_xmloff/source/forms/elementexport.hxx')
-rw-r--r--binfilter/bf_xmloff/source/forms/elementexport.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/binfilter/bf_xmloff/source/forms/elementexport.hxx b/binfilter/bf_xmloff/source/forms/elementexport.hxx
index a8afa8255..4444f1289 100644
--- a/binfilter/bf_xmloff/source/forms/elementexport.hxx
+++ b/binfilter/bf_xmloff/source/forms/elementexport.hxx
@@ -59,7 +59,7 @@ namespace xmloff
OElementExport(IFormsExportContext& _rContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxProps,
const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rEvents);
- ~OElementExport();
+ virtual ~OElementExport();
void doExport();
@@ -131,7 +131,7 @@ namespace xmloff
const ::rtl::OUString& _rControlId,
const ::rtl::OUString& _rReferringControls,
const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rxEvents);
- ~OControlExport();
+ virtual ~OControlExport();
protected:
/// start the XML element
@@ -242,7 +242,7 @@ namespace xmloff
const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxControl,
const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rxEvents);
- ~OColumnExport();
+ virtual ~OColumnExport();
protected:
// OControlExport overridables
@@ -274,6 +274,8 @@ namespace xmloff
const ::com::sun::star::uno::Sequence< ::com::sun::star::script::ScriptEventDescriptor >& _rxEvents
);
+ virtual ~OFormExport() {}
+
protected:
virtual const sal_Char* getXMLElementName() const;
virtual void exportSubTags();