diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:43:49 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:43:49 +0000 |
commit | 38614a2e77195c230a7e20d4993095586b8419f0 (patch) | |
tree | 94751c50293a78fdefacbe65a4844782d8aa1566 /wizards | |
parent | f3a1308bd07f3e5e3b632d0d9b43e087b4f89b67 (diff) |
INTEGRATION: CWS dba24e_SRC680 (1.10.62); FILE MERGED
2007/12/19 12:28:45 oj 1.10.62.1: #i84339# handle refcount by releasing the objects as early as possible, gc is not alsways the best way to trust :-)
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/FieldSelection.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/FieldSelection.java b/wizards/com/sun/star/wizards/ui/FieldSelection.java index ae86d1fc9868..83145fa1bd48 100644 --- a/wizards/com/sun/star/wizards/ui/FieldSelection.java +++ b/wizards/com/sun/star/wizards/ui/FieldSelection.java @@ -4,9 +4,9 @@ * * $RCSfile: FieldSelection.java,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2008-01-28 15:32:08 $ + * last change: $Author: vg $ $Date: 2008-01-29 08:43:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -31,7 +31,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * - ************************************************************************/package com.sun.star.wizards.ui; + ************************************************************************/ +package com.sun.star.wizards.ui; import com.sun.star.awt.FontDescriptor; import com.sun.star.awt.XListBox; import com.sun.star.wizards.common.*; |