summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--udkapi/com/sun/star/beans/UnknownPropertyException.idl6
-rw-r--r--udkapi/com/sun/star/beans/XExactName.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/beans/UnknownPropertyException.idl b/udkapi/com/sun/star/beans/UnknownPropertyException.idl
index c6c3f7858b43..90dfdd27a015 100644
--- a/udkapi/com/sun/star/beans/UnknownPropertyException.idl
+++ b/udkapi/com/sun/star/beans/UnknownPropertyException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UnknownPropertyException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 12:43:40 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:20:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@
@see XPropertySet
*/
-exception UnknownPropertyException: com::sun::star::uno::Exception
+published exception UnknownPropertyException: com::sun::star::uno::Exception
{
};
diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl
index c6f14921f35e..be84d4606d76 100644
--- a/udkapi/com/sun/star/beans/XExactName.idl
+++ b/udkapi/com/sun/star/beans/XExactName.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XExactName.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2002-08-05 09:22:13 $
+ * last change: $Author: obo $ $Date: 2004-06-03 15:20:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,7 @@ module com { module sun { module star { module beans {
@see com::sun::star::beans::XIntrospectionAccess
@see com::sun::star::container::XNameAccess
*/
-interface XExactName: com::sun::star::uno::XInterface
+published interface XExactName: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------