gridsort: i116682: update UnoControlDialog to reflect XDialog
This commit is contained in:
parent
6444bc43f2
commit
ce8d03f28f
4 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -158,3 +158,7 @@
|
|||
Update reference type library with the version of OOo 3.2.1. The new
|
||||
reference type library is taken from the release source tree OOO320 m19.
|
||||
|
||||
01/28/11 (JSC): TaskID=116682
|
||||
Update css.awt.UnoControlDialog to reflect the supported XDialog2 interface
|
||||
additionally to XDialog
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue