diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-05-31 13:12:53 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-05-31 13:12:53 +0000 |
commit | 305b6d0111a1ba2a4e816cd6e684f428cc771e89 (patch) | |
tree | db765b60138f609563e3eb185de5ec24615bfac5 | |
parent | 74bec5c3de72626a55a9c307a99fe4b4949c8a18 (diff) |
#99085# start up routine for report wizard inserted
-rw-r--r-- | wizards/source/tools/Debug.xba | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wizards/source/tools/Debug.xba b/wizards/source/tools/Debug.xba index 41d296d3fdb6..2f1653071b60 100644 --- a/wizards/source/tools/Debug.xba +++ b/wizards/source/tools/Debug.xba @@ -226,4 +226,11 @@ Dim bDoProtect as Boolean End If End If End Sub + + +Sub FillDocument() + oMyReport = createUNOService("com.sun.star.wizards.report.CallReportWizard") + oMyReport.trigger("fill") +End Sub + </script:module>
\ No newline at end of file |