summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorTom Verbeek <tv@openoffice.org>2002-05-28 14:21:55 +0000
committerTom Verbeek <tv@openoffice.org>2002-05-28 14:21:55 +0000
commitdeb76e4845b9b5afcff59c5154074bcdee4c9c92 (patch)
tree987bbfdddca84faeb505d33586a5b8117deb6520 /wizards
parenta35c7a146f8671a812dc48c900226aff8039efe3 (diff)
#99085# added second service to start the filling of a report
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/CallReportWizard.java8
-rw-r--r--wizards/com/sun/star/wizards/report/makefile.mk5
2 files changed, 7 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/report/CallReportWizard.java b/wizards/com/sun/star/wizards/report/CallReportWizard.java
index 7fa9475cc14a..e998f02e2ba7 100644
--- a/wizards/com/sun/star/wizards/report/CallReportWizard.java
+++ b/wizards/com/sun/star/wizards/report/CallReportWizard.java
@@ -2,9 +2,9 @@
*
* $RCSfile: CallReportWizard.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: bc $ $Date: 2002-05-24 17:28:08 $
+ * last change: $Author: tv $ $Date: 2002-05-28 15:21:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -183,7 +183,7 @@ public class CallReportWizard {
{
xmultiservicefactory = xmultiservicefactoryInitialization;
this.execute();
- System.err.println("ReportWizard wird gestartet!");
+ //System.err.println("ReportWizard wird gestartet!");
}
@@ -198,7 +198,7 @@ public class CallReportWizard {
{
XComponentLoader xcomponentloader = ( XComponentLoader ) UnoRuntime.queryInterface(XComponentLoader.class, xmultiservicefactory.createInstance("com.sun.star.frame.Desktop" ));
//ConnectToOfficeDatabase(xcomponentloader);
- System.err.println("ReportWizard wird gestartet!(2)");
+ //System.err.println("ReportWizard wird gestartet!(2)");
ReportWizard.startReportWizard(xmultiservicefactory);
}
diff --git a/wizards/com/sun/star/wizards/report/makefile.mk b/wizards/com/sun/star/wizards/report/makefile.mk
index ef41ffe4bd98..4bc7ce65aac4 100644
--- a/wizards/com/sun/star/wizards/report/makefile.mk
+++ b/wizards/com/sun/star/wizards/report/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: tv $ $Date: 2002-05-16 13:14:09 $
+# last change: $Author: tv $ $Date: 2002-05-28 15:21:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,6 +84,7 @@ JAVAFILES= \
ReportDocument.java \
ReportWizard.java \
CallReportWizard.java \
+ FillReportDocument.java \
tools.java \
UNODialogs.java