summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:59:38 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:59:38 +0000
commit80fc8e66320e16eb3a7390c85f8598d026ed1f1c (patch)
treece4c6e8a4c587e4ca60d211465b992789030f151
parentd411fba0dee2c600ba4cd8254e63fcc43f939c46 (diff)
INTEGRATION: CWS sb18 (1.15.100); FILE MERGED
2004/05/21 15:09:50 sb 1.15.100.1: #i21150# Added published flag.
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index 8d5567d76..117ca9b58 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XComponent.idl,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:35:54 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:59:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
module com { module sun { module star { module lang {
-interface XEventListener;
+ published interface XEventListener;
//=============================================================================
@@ -87,7 +87,7 @@ interface XEventListener;
EventListener at that object and release the reference when
"disposing" is called.</p>
*/
-interface XComponent: com::sun::star::uno::XInterface
+published interface XComponent: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------