summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-29 07:44:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-29 07:44:02 +0000
commit7bc20f1f8c4024467a20c139373759091770cbda (patch)
tree8564a4de53c33bd4a74c712794f1afbf1c3aa02d /wizards/com/sun/star/wizards/ui
parent38614a2e77195c230a7e20d4993095586b8419f0 (diff)
INTEGRATION: CWS dba24e_SRC680 (1.13.120); FILE MERGED
2007/12/19 12:28:45 oj 1.13.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/com/sun/star/wizards/ui')
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog.java b/wizards/com/sun/star/wizards/ui/UnoDialog.java
index e94ec6be7281..4db8003432d6 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog.java
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog.java
@@ -4,9 +4,9 @@
*
* $RCSfile: UnoDialog.java,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 13:26:42 $
+ * last change: $Author: vg $ $Date: 2008-01-29 08:44:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,6 +76,10 @@ public class UnoDialog implements EventNames {
protected AbstractListener guiEventListener;
+ public AbstractListener getGuiEventListener() {
+ return guiEventListener;
+ }
+
public UnoDialog(XMultiServiceFactory xMSF, String[] PropertyNames, Object[] PropertyValues) {
try {
this.xMSF = xMSF;