summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-09-08 13:07:16 +0000
committerOliver Bolte <obo@openoffice.org>2004-09-08 13:07:16 +0000
commit7d3ff41a59c2a6e0e46841dd96a9c1ed97557533 (patch)
tree7b7c7fc9092e4a893fb22cea8e50ad50816d9b15 /wizards
parente00bad318b2710deb3c49ceb848be045c80bf808 (diff)
INTEGRATION: CWS qwizards2 (1.2.2); FILE MERGED
2004/06/02 15:19:58 rpiterman 1.2.2.1: changed guiEventListener to be public Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog2.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog2.java b/wizards/com/sun/star/wizards/ui/UnoDialog2.java
index 40aa5dfa2aab..b4c273921672 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog2.java
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog2.java
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoDialog2.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-05-19 13:06:41 $
+ * last change: $Author: obo $ $Date: 2004-09-08 14:07:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,7 @@ import com.sun.star.wizards.ui.event.*;
*/
public class UnoDialog2 extends UnoDialog implements EventNames {
- protected AbstractListener guiEventListener;
+ public AbstractListener guiEventListener;
/**
* Override this method to return another listener.