summaryrefslogtreecommitdiff
path: root/svtools/source/uno/unowizard.hxx
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
commitccc9774139e48f266e40c99f7243f03f4a728517 (patch)
tree5e149b9089218a640b525de2f1f0e1598a3768b0 /svtools/source/uno/unowizard.hxx
parent024b04532d81f4e9c18e12d7dba418214cac969f (diff)
unoawt: XWizard now has an attribute giving access to the XWindow interface of the dialog's main window
Diffstat (limited to 'svtools/source/uno/unowizard.hxx')
-rw-r--r--svtools/source/uno/unowizard.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/uno/unowizard.hxx b/svtools/source/uno/unowizard.hxx
index f227160f96bc..ceb8fac14eb6 100644
--- a/svtools/source/uno/unowizard.hxx
+++ b/svtools/source/uno/unowizard.hxx
@@ -77,6 +77,7 @@ namespace svt { namespace uno
// ::com::sun::star::ui::dialogs::XWizard
virtual ::rtl::OUString SAL_CALL getHelpURL() throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setHelpURL( const ::rtl::OUString& _helpurl ) throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > SAL_CALL getDialogWindow() throw (::com::sun::star::uno::RuntimeException);
virtual ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XWizardPage > SAL_CALL getCurrentPage( ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL enableButton( ::sal_Int16 WizardButton, ::sal_Bool Enable ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL setDefaultButton( ::sal_Int16 WizardButton ) throw (::com::sun::star::uno::RuntimeException);