From 510484ab40f1934f8c649c39162b036dc0e3f120 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 28 Jan 2008 12:59:21 +0000 Subject: INTEGRATION: CWS ab42 (1.34.56); FILE MERGED 2008/01/02 13:17:57 ab 1.34.56.1: #i79384# Applied patch --- basic/source/app/dialogs.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'basic') diff --git a/basic/source/app/dialogs.cxx b/basic/source/app/dialogs.cxx index ec582c6212e2..920271da5a95 100644 --- a/basic/source/app/dialogs.cxx +++ b/basic/source/app/dialogs.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dialogs.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:14:14 $ + * last change: $Author: vg $ $Date: 2008-01-28 13:59:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -856,6 +856,7 @@ void GenericOptions::LoadData() } delete pGroup; } + delete pGroups; aCbArea.SetText( aCbArea.GetEntry( 0 ) ); CheckButtons( aCbArea, aPbNewArea, aPbDelArea ); -- cgit