summaryrefslogtreecommitdiff
path: root/sw/inc/bparr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:17:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:17:05 +0000
commitc1c70072339ab40350d1d00511d7cd91df722bfd (patch)
treefc90957bac800a87f0809593b3b005937672756c /sw/inc/bparr.hxx
parent52ce51409c0dea32760e4342197df3cb39df4094 (diff)
INTEGRATION: CWS writercorehandoff (1.3.4); FILE MERGED
2005/11/10 21:32:44 tra 1.3.4.1: #i50348#
Diffstat (limited to 'sw/inc/bparr.hxx')
-rw-r--r--sw/inc/bparr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/bparr.hxx b/sw/inc/bparr.hxx
index 7482851fac82..17abde8b47d8 100644
--- a/sw/inc/bparr.hxx
+++ b/sw/inc/bparr.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: bparr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 01:34:05 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:17:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,9 +51,10 @@ class BigPtrEntry
friend class BigPtrArray;
BlockInfo* pBlock;
USHORT nOffset;
+public:
+ virtual ~BigPtrEntry() {}
protected:
BigPtrEntry() : pBlock(0), nOffset(0) {}
- virtual ~BigPtrEntry() {}
inline ULONG GetPos() const;
inline BigPtrArray& GetArray() const;