summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 14:24:37 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 14:24:37 +0000
commit2283152d7fafaf0c214be1f8c04dbc4c8eca97ee (patch)
tree2b1f5f94bc878d06ccd6dd27d2aa4f378a65c36d
parent3bb2aa55a3dd90ea185d18197acf008a6169e8e5 (diff)
INTEGRATION: CWS sb18 (1.12.100); FILE MERGED
2004/05/21 15:09:10 sb 1.12.100.1: #i21150# Added published flag.
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index 1efe094cd..ea2a73187 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyContainer.idl,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:34:42 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:24:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,7 @@ module com { module sun { module star { module beans {
property set is changed. Please use <member>XPropertySet::getPropertyValue</member>
etc. in this case. </p>
*/
-interface XPropertyContainer: com::sun::star::uno::XInterface
+published interface XPropertyContainer: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------