diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 14:20:49 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-07-10 14:20:49 +0000 |
commit | 2a0a1b4eea679eaf739a0cc99410b80b4e9a81f3 (patch) | |
tree | 72dc0a5be937326f0de3b148063922f007f82e22 /tools | |
parent | eb6cf7ceb7eb63e7cadff67142edcd9463df42c2 (diff) |
INTEGRATION: CWS fwk66 (1.4.84); FILE MERGED
2007/04/20 11:15:44 cd 1.4.84.1: #i76505# Removed obsolete code
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/ref/ref.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/source/ref/ref.cxx b/tools/source/ref/ref.cxx index dc46f90f2738..d587eb4f9cb0 100644 --- a/tools/source/ref/ref.cxx +++ b/tools/source/ref/ref.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ref.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2007-06-27 22:18:10 $ + * last change: $Author: ihi $ $Date: 2007-07-10 15:20:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -57,8 +57,3 @@ void SvRefBase::QueryDelete() delete this; } -SvCompatRefBase::~SvCompatRefBase() -{ - (*pFunc)( pObj ); -} - |