summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/recovery/storagexmlstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/core/recovery/storagexmlstream.hxx')
-rw-r--r--dbaccess/source/core/recovery/storagexmlstream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/recovery/storagexmlstream.hxx b/dbaccess/source/core/recovery/storagexmlstream.hxx
index 7c0e50ef161b..bc130d647c3f 100644
--- a/dbaccess/source/core/recovery/storagexmlstream.hxx
+++ b/dbaccess/source/core/recovery/storagexmlstream.hxx
@@ -40,7 +40,7 @@ namespace dbaccess
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& i_rParentStorage,
const OUString& i_rStreamName
);
- ~StorageXMLOutputStream();
+ virtual ~StorageXMLOutputStream();
// StorageOutputStream overridables
virtual void close() SAL_OVERRIDE;
@@ -72,7 +72,7 @@ namespace dbaccess
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& i_rParentStorage,
const OUString& i_rStreamName
);
- ~StorageXMLInputStream();
+ virtual ~StorageXMLInputStream();
void import(
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XDocumentHandler >& i_rHandler