diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2011-01-28 11:36:11 +0100 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2011-01-28 11:36:11 +0100 |
commit | ce8d03f28f40e9dacdd44028ff53ab6d31303381 (patch) | |
tree | 355d5052ebb7907f39be935f83d35c0e99732553 /offapi/com/sun/star/awt | |
parent | 6444bc43f24b8674a0d7059feb91537c2967e1fa (diff) |
gridsort: i116682: update UnoControlDialog to reflect XDialog
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlDialog.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XDialog2.idl | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlDialog.idl b/offapi/com/sun/star/awt/UnoControlDialog.idl index 443b0da18563..f2f1be2dc49c 100644 --- a/offapi/com/sun/star/awt/UnoControlDialog.idl +++ b/offapi/com/sun/star/awt/UnoControlDialog.idl @@ -35,8 +35,8 @@ #include <com/sun/star/awt/XTopWindow.idl> #endif -#ifndef __com_sun_star_awt_XDialog_idl__ -#include <com/sun/star/awt/XDialog.idl> +#ifndef __com_sun_star_awt_XDialog2_idl__ +#include <com/sun/star/awt/XDialog2.idl> #endif @@ -54,7 +54,7 @@ published service UnoControlDialog interface com::sun::star::awt::XTopWindow; - interface com::sun::star::awt::XDialog; + interface com::sun::star::awt::XDialog2; }; diff --git a/offapi/com/sun/star/awt/XDialog2.idl b/offapi/com/sun/star/awt/XDialog2.idl index fbc5313aeb47..e937dea9bb24 100644 --- a/offapi/com/sun/star/awt/XDialog2.idl +++ b/offapi/com/sun/star/awt/XDialog2.idl @@ -16,7 +16,7 @@ module com { module sun { module star { module awt { @since OOo 3.0 */ -interface XDialog2: com::sun::star::awt::XDialog +published interface XDialog2: com::sun::star::awt::XDialog { /** hides the dialog and then causes <member>XDialog::execute</member> to return with the given result value. |