summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-06-27 11:08:40 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-06-27 11:08:40 +0000
commit5badcf4b5ad57e1a7d2658cb137f2dbabd1ee133 (patch)
tree668d07f31cb38e33950c2feef7a599a068e4c175 /wizards
parentd5e3a00d8459daa044ed91ff8dc1403a1973a223 (diff)
#100395# call to "createReport" modified
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/CallReportWizard.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/report/CallReportWizard.java b/wizards/com/sun/star/wizards/report/CallReportWizard.java
index cdcf5f4aba12..a3ba48b5b939 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.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: tv $ $Date: 2002-05-30 09:45:23 $
+ * last change: $Author: bc $ $Date: 2002-06-27 12:08:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -203,7 +203,7 @@ public class CallReportWizard {
try
{
XComponentLoader xcomponentloader = ( XComponentLoader ) UnoRuntime.queryInterface(XComponentLoader.class, xmultiservicefactory.createInstance("com.sun.star.frame.Desktop" ));
- ReportDocument.createReport(xmultiservicefactory);
+ Dataimport.createReport(xmultiservicefactory);
}
catch( Exception exception )
{