summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/XCallReportWizard.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/report/XCallReportWizard.java')
-rw-r--r--wizards/com/sun/star/wizards/report/XCallReportWizard.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/report/XCallReportWizard.java b/wizards/com/sun/star/wizards/report/XCallReportWizard.java
new file mode 100644
index 000000000000..5fc34f1d9fa1
--- /dev/null
+++ b/wizards/com/sun/star/wizards/report/XCallReportWizard.java
@@ -0,0 +1,13 @@
+package com.sun.star.wizards;
+
+public interface XCallReportWizard extends com.sun.star.uno.XInterface
+{
+ // Methods
+ 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 )
+ };
+}
+