summaryrefslogtreecommitdiff
path: root/store/inc
diff options
context:
space:
mode:
authorMatthias Huetsch <mhu@openoffice.org>2002-08-17 15:52:58 +0000
committerMatthias Huetsch <mhu@openoffice.org>2002-08-17 15:52:58 +0000
commitdbda054b9028a2aed6a179c2ae07ae01ba69ec6a (patch)
tree0ee8234f9c549e918623aae99f7c0d1db864ade9 /store/inc
parentb6e2c920992fe0f51d464a3cc8dc17cd577a1c33 (diff)
#i3980# Removed 'virtual ILockBytes::~ILockBytes() {}' from otherwise abstract
(pure virtual) interface to avoid compiler generated 'operator delete()'.
Diffstat (limited to 'store/inc')
-rw-r--r--store/inc/store/lockbyte.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/store/inc/store/lockbyte.hxx b/store/inc/store/lockbyte.hxx
index 72796d16e3f6..8b907ba38cef 100644
--- a/store/inc/store/lockbyte.hxx
+++ b/store/inc/store/lockbyte.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lockbyte.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2001-05-28 14:56:04 $
+ * last change: $Author: mhu $ $Date: 2002-08-17 16:52:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#ifndef _STORE_LOCKBYTE_HXX_
-#define _STORE_LOCKBYTE_HXX_ "$Revision: 1.3 $"
+#define _STORE_LOCKBYTE_HXX_ "$Revision: 1.4 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
@@ -147,11 +147,6 @@ public:
virtual storeError unlockRange (
sal_uInt32 nOffset,
sal_uInt32 nBytes) = 0;
-
-protected:
- /** Destruction.
- */
- virtual ~ILockBytes (void) {}
};
/*========================================================================