summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-01-10 12:39:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-01-10 12:39:39 +0000
commit65cbd278e3fc1c5dced8944a9f20d43eb6f0aafd (patch)
tree7d6022e55981e5f33210fc21b6ec65e0f1a877f7 /sw/source/core/inc/txtfrm.hxx
parent29697d511e913822b54d6bcf4da90c01ef5ac868 (diff)
INTEGRATION: CWS memory02 (1.45.132); FILE MERGED
2005/11/28 08:25:13 mt 1.45.132.3: RESYNC: (1.46-1.47); FILE MERGED 2005/09/27 15:29:58 mt 1.45.132.2: RESYNC: (1.45-1.46); FILE MERGED 2005/07/21 07:02:38 fme 1.45.132.1: #40658# Remove SwParaPortions from pTxtCache if associated SwTxtFrm is deleted. Not removing them used to confuse memory leak detection
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index d90b4b0a70b6..ee3995790ecc 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtfrm.hxx,v $
*
- * $Revision: 1.47 $
+ * $Revision: 1.48 $
*
- * last change: $Author: hr $ $Date: 2005-09-28 11:09:52 $
+ * last change: $Author: rt $ $Date: 2006-01-10 13:39:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -333,7 +333,7 @@ public:
{ return (SwTxtNode*)SwCntntFrm::GetNode(); }
SwTxtFrm(SwTxtNode * const);
- inline ~SwTxtFrm() { if( HasAnimation() ) ClearPara(); }
+ virtual ~SwTxtFrm();
// SwCntntFrm: der "kurze Dienstweg" fuer die Frames.
// Wer den void* falsch casted ist selbst Schuld!