diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:30:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:30:59 +0000 |
commit | 087c43d2559e22e5ffe5eb1adbab124538db062b (patch) | |
tree | 0c96284b8a8115f568023853f929b76dafb6eca7 | |
parent | c2042d38df0cc34fff48eede4be3101751958b1c (diff) |
INTEGRATION: CWS asyncdialogs (1.3.144); FILE MERGED
2005/12/07 03:20:58 kso 1.3.144.2: RESYNC: (1.3-1.4); FILE MERGED
2005/11/07 13:26:20 kso 1.3.144.1: #i57125# - Service now implements XAsynchronousExecutableDialog instead of
XExecutableDialog.
Issue number:
Submitted by:
Reviewed by:
-rw-r--r-- | offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl index 580cb2422d70..fd0182f2e90d 100644 --- a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl +++ b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl @@ -4,9 +4,9 @@ * * $RCSfile: PackageManagerDialog.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-07 22:59:59 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:30:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,7 +36,7 @@ #if ! defined INCLUDED_com_sun_star_deployment_ui_PackageManagerDialog_idl #define INCLUDED_com_sun_star_deployment_ui_PackageManagerDialog_idl -#include <com/sun/star/ui/dialogs/XExecutableDialog.idl> +#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.idl> #include <com/sun/star/awt/XWindow.idl> @@ -48,7 +48,7 @@ module com { module sun { module star { module deployment { module ui { @since OOo 2.0.0 */ -service PackageManagerDialog : com::sun::star::ui::dialogs::XExecutableDialog +service PackageManagerDialog : com::sun::star::ui::dialogs::XAsynchronousExecutableDialog { /** Create a default GUI. */ |