summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accheaderfooter.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-03-11 10:54:46 +0000
committerMichael Brauer <mib@openoffice.org>2002-03-11 10:54:46 +0000
commit3c98cc1607a3a569972275199135d4380b7acefc (patch)
treef6f486369abb6354652cfec66439c99b81dc5284 /sw/source/core/access/accheaderfooter.hxx
parent960ff67d96e516b235f9d93ae86e4dd2cfec3778 (diff)
#95586#: some thread safety holes removed
Diffstat (limited to 'sw/source/core/access/accheaderfooter.hxx')
-rw-r--r--sw/source/core/access/accheaderfooter.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/access/accheaderfooter.hxx b/sw/source/core/access/accheaderfooter.hxx
index 5592ebc8efac..5024c109fa21 100644
--- a/sw/source/core/access/accheaderfooter.hxx
+++ b/sw/source/core/access/accheaderfooter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accheaderfooter.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mib $ $Date: 2002-02-27 09:30:44 $
+ * last change: $Author: mib $ $Date: 2002-03-11 11:52:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,13 +81,14 @@ protected:
// This drived class additinaly sets MULTISELECTABLE(1)
virtual void SetStates( ::utl::AccessibleStateSetHelper& rStateSet );
+ virtual ~SwAccessibleHeaderFooter();
+
public:
SwAccessibleHeaderFooter( SwAccessibleMap *pMap,
const SwHeaderFrm *pHdFrm );
SwAccessibleHeaderFooter( SwAccessibleMap *pMap,
const SwFooterFrm *pFtFrm );
- virtual ~SwAccessibleHeaderFooter();
//===== XAccessibleContext ==============================================