summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/DialogProvider.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-14 06:13:14 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-14 06:13:14 +0000
commitbd9f1bfe016c9522f511654b74bb2609b40ca1a3 (patch)
tree1c4c03e60092f6feae3d03147369e3cceed77b98 /offapi/com/sun/star/awt/DialogProvider.idl
parent99413796bd4b6103dea5e1d5a65d0d7f629ef300 (diff)
INTEGRATION: CWS ab28 (1.3.142); FILE MERGED
2006/07/10 13:28:02 ab 1.3.142.1: #i66948# -> New style service
Diffstat (limited to 'offapi/com/sun/star/awt/DialogProvider.idl')
-rw-r--r--offapi/com/sun/star/awt/DialogProvider.idl11
1 files changed, 6 insertions, 5 deletions
diff --git a/offapi/com/sun/star/awt/DialogProvider.idl b/offapi/com/sun/star/awt/DialogProvider.idl
index bf520d85e14c..ba06007e4368 100644
--- a/offapi/com/sun/star/awt/DialogProvider.idl
+++ b/offapi/com/sun/star/awt/DialogProvider.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: DialogProvider.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 20:59:16 $
+ * last change: $Author: obo $ $Date: 2006-07-14 07:13:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,10 +54,11 @@ module com { module sun { module star { module awt {
/** specifies a provider for dialogs implementing the
<type scope="com::sun::star::awt">XDialog</type> interface.
*/
-service DialogProvider {
- interface com::sun::star::awt::XDialogProvider;
+service DialogProvider : com::sun::star::awt::XDialogProvider;
-};
+// service DialogProvider {
+ // interface com::sun::star::awt::XDialogProvider;
+// };
//=============================================================================