summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/registry
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 15:16:41 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 15:16:41 +0000
commit8461851b9aed2f3c7a05b150c632c53f5db32c55 (patch)
tree7d9b47e09f908040523f683a312d87b0827a0f21 /udkapi/com/sun/star/registry
parentd88e23268d8a19ab73559e17cf594897c7c653ae (diff)
INTEGRATION: CWS sb18 (1.7.100); FILE MERGED
2004/05/21 15:10:07 sb 1.7.100.1: #i21150# Added published flag.
Diffstat (limited to 'udkapi/com/sun/star/registry')
-rw-r--r--udkapi/com/sun/star/registry/InvalidRegistryException.idl6
-rw-r--r--udkapi/com/sun/star/registry/InvalidValueException.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/registry/InvalidRegistryException.idl b/udkapi/com/sun/star/registry/InvalidRegistryException.idl
index 97233f6d13a9..24c81ef0a977 100644
--- a/udkapi/com/sun/star/registry/InvalidRegistryException.idl
+++ b/udkapi/com/sun/star/registry/InvalidRegistryException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvalidRegistryException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:36:42 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:16:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** signals that the registry is invalid or an operation on the registry
failed.
*/
-exception InvalidRegistryException: com::sun::star::uno::Exception
+published exception InvalidRegistryException: com::sun::star::uno::Exception
{
};
diff --git a/udkapi/com/sun/star/registry/InvalidValueException.idl b/udkapi/com/sun/star/registry/InvalidValueException.idl
index 74d858201dc7..f0ccf49a269a 100644
--- a/udkapi/com/sun/star/registry/InvalidValueException.idl
+++ b/udkapi/com/sun/star/registry/InvalidValueException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvalidValueException.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:36:42 $
+ * last change: $Author: obo $ $Date: 2004-06-03 16:16:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
/** signals that the value of the key is invalid or does not have the
appropriate key type.
*/
-exception InvalidValueException: com::sun::star::uno::Exception
+published exception InvalidValueException: com::sun::star::uno::Exception
{
};