summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 11:48:15 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 11:48:15 +0000
commit6fb1797fa4c0d858d117481ff7f314ec1e71a25b (patch)
tree48f0a55990da95e208015e428d7c66ddc0e51b13 /wizards/com/sun/star/wizards/report
parenta1e8f21c8f7befeb9c5a351d423fbeeda6c80eed (diff)
INTEGRATION: CWS qwizards1 (1.4.58); FILE MERGED
2004/02/02 11:28:33 tv 1.4.58.3: formatted with autoformatter (indents now use TAB) 2003/08/21 16:24:21 tv 1.4.58.2: recommit after reorganization 2003/08/21 15:28:58 tv 1.4.58.1: removed due to reorganization
Diffstat (limited to 'wizards/com/sun/star/wizards/report')
-rw-r--r--wizards/com/sun/star/wizards/report/XCallReportWizard.java10
1 files changed, 3 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/report/XCallReportWizard.java b/wizards/com/sun/star/wizards/report/XCallReportWizard.java
index 302e8b8a0ed5..a74278ca1c17 100644
--- a/wizards/com/sun/star/wizards/report/XCallReportWizard.java
+++ b/wizards/com/sun/star/wizards/report/XCallReportWizard.java
@@ -1,13 +1,9 @@
package com.sun.star.wizards.report;
-public interface XCallReportWizard extends com.sun.star.uno.XInterface
-{
+public interface XCallReportWizard extends com.sun.star.uno.XInterface {
// Methods
- public void CallReportDialog( );
+ public void CallReportDialog();
// static Member
- public static final com.sun.star.lib.uno.typeinfo.TypeInfo UNOTYPEINFO[] = {
- new com.sun.star.lib.uno.typeinfo.MethodTypeInfo( "CallReportDialog", 0, 0 )
- };
+ public static final com.sun.star.lib.uno.typeinfo.TypeInfo UNOTYPEINFO[] = { new com.sun.star.lib.uno.typeinfo.MethodTypeInfo("CallReportDialog", 0, 0)};
}
-