From 25f81f7312ec322bed2c84f2dfa898983fcb3d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Fri, 6 Jul 2007 08:57:09 +0000 Subject: [PATCH] INTEGRATION: CWS oj14 (1.8.54); FILE MERGED 2007/04/18 09:12:47 oj 1.8.54.2: RESYNC: (1.8-1.9); FILE MERGED 2007/01/25 07:55:11 oj 1.8.54.1: memory leak fixed --- forms/source/richtext/richtextmodel.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/forms/source/richtext/richtextmodel.hxx b/forms/source/richtext/richtextmodel.hxx index 32be652c86e2..453670b721a9 100644 --- a/forms/source/richtext/richtextmodel.hxx +++ b/forms/source/richtext/richtextmodel.hxx @@ -4,9 +4,9 @@ * * $RCSfile: richtextmodel.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2007-03-09 13:36:42 $ + * last change: $Author: rt $ $Date: 2007-07-06 09:57:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,6 +71,7 @@ #ifndef _LINK_HXX #include #endif +#include class EditEngine; //........................................................................ @@ -125,7 +126,8 @@ namespace frm sal_Bool m_bMultiLine; // - RichTextEngine* m_pEngine; + ::std::auto_ptr + m_pEngine; bool m_bSettingEngineText; ::cppu::OInterfaceContainerHelper