summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/report/XCallReportWizard.java
blob: a74278ca1c17e9bed0b80fb4671a7782b49ca13f (plain)
1
2
3
4
5
6
7
8
9
package com.sun.star.wizards.report;

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)};
}