summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-02-28 10:20:54 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-02-28 10:20:54 +0000
commit29160fbed1eeaa44ec3ae69289262f33909045c6 (patch)
tree881f2d1e9782229698c8fabaf44a4b89fdaf047b /xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
parent6ab15405e07e4c03b34c4eaa49f90673aa839626 (diff)
Added virtual constructor to fix a memory leak
Diffstat (limited to 'xmloff/inc/XMLFootnoteConfigurationImportContext.hxx')
-rw-r--r--xmloff/inc/XMLFootnoteConfigurationImportContext.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
index 834f9ae31e20..53e3811b96c5 100644
--- a/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
+++ b/xmloff/inc/XMLFootnoteConfigurationImportContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLFootnoteConfigurationImportContext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dvo $ $Date: 2000-11-17 18:54:30 $
+ * last change: $Author: mtg $ $Date: 2001-02-28 11:20:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,6 +120,8 @@ public:
::com::sun::star::xml::sax::XAttributeList> & xAttrList,
sal_Bool bEndnote);
+ virtual ~XMLFootnoteConfigurationImportContext();
+
/// parse attributes
virtual void StartElement(
const ::com::sun::star::uno::Reference<