diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 12:59:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-28 12:59:21 +0000 |
commit | 510484ab40f1934f8c649c39162b036dc0e3f120 (patch) | |
tree | e01115b8b2c61f9fb0f29be4f0daaa58cda78ba0 /basic | |
parent | 221bcc78d2a46a479ea13900a19d045a7391edab (diff) |
INTEGRATION: CWS ab42 (1.34.56); FILE MERGED
2008/01/02 13:17:57 ab 1.34.56.1: #i79384# Applied patch
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/app/dialogs.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 ); |