summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-28 15:36:22 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-28 15:36:22 +0200
commit9d8f2ac47d5103568d13366ec5ef82477ce659a7 (patch)
tree1caeda2f2f4533f768aa3bb723bf70a93dd4ea20 /offapi
parent780bcf3625211e970d1b2c3ac610a088fdb02d5e (diff)
unoawt: XWizard now has an attribute giving access to the XWindow interface of the dialog's main window
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XWizard.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XWizard.idl b/offapi/com/sun/star/ui/dialogs/XWizard.idl
index d894c85db1fd..5de5eaa300a4 100644
--- a/offapi/com/sun/star/ui/dialogs/XWizard.idl
+++ b/offapi/com/sun/star/ui/dialogs/XWizard.idl
@@ -30,6 +30,7 @@
#include <com/sun/star/ui/dialogs/XExecutableDialog.idl>
#include <com/sun/star/util/InvalidStateException.idl>
#include <com/sun/star/container/NoSuchElementException.idl>
+#include <com/sun/star/awt/XWindow.idl>
//==================================================================================================================
module com { module sun { module star { module ui { module dialogs {
@@ -86,6 +87,9 @@ interface XWizard
*/
[attribute] string HelpURL;
+ [attribute, readonly] ::com::sun::star::awt::XWindow
+ DialogWindow;
+
/** provides access to the current page of the wizard
*/
XWizardPage