summaryrefslogtreecommitdiff
path: root/autodoc/source/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 12:38:02 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 12:38:02 +0000
commit60100a8f03de546adb39978c39133919c6c2e6d0 (patch)
tree76a6668410827c8d46936fbee7d1c20c05740151 /autodoc/source/inc
parent0e248dc2a17369cd65e0e2d981432a458720c89d (diff)
INTEGRATION: CWS adc9 (1.1.1.1.130); FILE MERGED
2004/11/09 17:38:16 np 1.1.1.1.130.1: #i31023#
Diffstat (limited to 'autodoc/source/inc')
-rw-r--r--autodoc/source/inc/manip.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/autodoc/source/inc/manip.hxx b/autodoc/source/inc/manip.hxx
index ef81dec4aa33..7ccd9d23ca46 100644
--- a/autodoc/source/inc/manip.hxx
+++ b/autodoc/source/inc/manip.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: manip.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: np $ $Date: 2002-03-08 14:45:27 $
+ * last change: $Author: obo $ $Date: 2004-11-15 13:38:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@ template <class XY >
class Manipulator
{
public:
- ~Manipulator() {}
+ virtual ~Manipulator() {}
void operator()(
XY & io_r ) const
@@ -80,7 +80,7 @@ template <class XY >
class Const_Manipulator
{
public:
- ~Const_Manipulator() {}
+ virtual ~Const_Manipulator() {}
void operator()(
const XY & io_r ) const