summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-05-31 13:12:53 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-05-31 13:12:53 +0000
commit305b6d0111a1ba2a4e816cd6e684f428cc771e89 (patch)
treedb765b60138f609563e3eb185de5ec24615bfac5 /wizards/source
parent74bec5c3de72626a55a9c307a99fe4b4949c8a18 (diff)
#99085# start up routine for report wizard inserted
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/tools/Debug.xba7
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(&quot;com.sun.star.wizards.report.CallReportWizard&quot;)
+ oMyReport.trigger(&quot;fill&quot;)
+End Sub
+
</script:module> \ No newline at end of file