summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 15:18:08 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 15:18:08 +0000
commitd2ff8d5ae2cf589befb9cfc5ea796a981f91e0f1 (patch)
tree5c25964d84e3bfa4dcab5e961f45e027a9bf2f40 /udkapi/com/sun/star/registry
parent672b551e346d0a88633f7399f089acae223fd960 (diff)
INTEGRATION: CWS sb18 (1.11.100); FILE MERGED
2004/05/21 15:10:10 sb 1.11.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r--udkapi/com/sun/star/registry/XImplementationRegistration.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/registry/XImplementationRegistration.idl b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
index 114727758f86..442bc75cee2d 100644
--- a/udkapi/com/sun/star/registry/XImplementationRegistration.idl
+++ b/udkapi/com/sun/star/registry/XImplementationRegistration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XImplementationRegistration.idl,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:36:45 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:18:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@
/** offers a registry for implementation objects and provides information
about the registered implementations.
*/
-interface XImplementationRegistration: com::sun::star::uno::XInterface
+published interface XImplementationRegistration: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------