diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:44:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-01-29 07:44:17 +0000 |
commit | 878b019af3413a01af1bea53db211c1237520a8d (patch) | |
tree | 31154566d4e3a1c93f270bae6a2af661b05b7c2d /wizards | |
parent | 7bc20f1f8c4024467a20c139373759091770cbda (diff) |
INTEGRATION: CWS dba24e_SRC680 (1.10.120); FILE MERGED
2007/12/19 12:28:45 oj 1.10.120.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/UnoDialog2.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog2.java b/wizards/com/sun/star/wizards/ui/UnoDialog2.java index 7123f4d930d3..ada439dd63ad 100644 --- a/wizards/com/sun/star/wizards/ui/UnoDialog2.java +++ b/wizards/com/sun/star/wizards/ui/UnoDialog2.java @@ -4,9 +4,9 @@ * * $RCSfile: UnoDialog2.java,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:27:13 $ + * last change: $Author: vg $ $Date: 2008-01-29 08:44:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,8 +53,6 @@ import com.sun.star.wizards.ui.event.*; */ public class UnoDialog2 extends UnoDialog implements EventNames { - public AbstractListener guiEventListener; - /** * Override this method to return another listener. */ |