summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/Wizard.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-02-09 17:05:03 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-09 17:05:21 +0100
commit3c6912429252f6924b0d37e57c3760ebf1cf32b5 (patch)
tree20269861e0cf349e7af799b28ba715b07618eea0 /offapi/com/sun/star/ui/dialogs/Wizard.idl
parenta0d873615c5c11a8154da213171b50c50c081305 (diff)
offapi: fix even more doxygen warnings
Change-Id: Ic46ffa9423032a61ef79471c7cb4f2771c7f4270
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/Wizard.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/Wizard.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/Wizard.idl b/offapi/com/sun/star/ui/dialogs/Wizard.idl
index dba330a380f2..f7156496a805 100644
--- a/offapi/com/sun/star/ui/dialogs/Wizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/Wizard.idl
@@ -38,6 +38,8 @@ service Wizard : XWizard
/** creates a wizard with a single execution path
@param PageIds
the IDs of the pages which constitute the execution path. IDs must be in ascending order.
+ @param Controller
+ the wizard controller.
*/
createSinglePathWizard(
[in] sequence< short > PageIds,
@@ -50,6 +52,8 @@ service Wizard : XWizard
@param PageIds
the IDs of the pages which constitute the execution paths. IDs in each path must be in ascending order.
+ @param Controller
+ the wizard controller.
*/
createMultiplePathsWizard(
[in] sequence< sequence< short > > PageIds,