summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 17:10:45 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 17:10:45 +0000
commite9b8ab6e1c20337174fef73ed76231e1b2eba59e (patch)
tree339f8ceb953ae648e2445850d459a3429ec451e4 /offapi/com/sun/star/configuration
parentb4ee4c0f38f370885d8c7e06e38358258935c312 (diff)
INTEGRATION: CWS sb18 (1.4.328); FILE MERGED
2004/05/21 14:56:57 sb 1.4.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl6
-rw-r--r--offapi/com/sun/star/configuration/MissingBootstrapFileException.idl6
2 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl b/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
index 9956c6f82286..a708d2c4582a 100644
--- a/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
+++ b/offapi/com/sun/star/configuration/InvalidBootstrapFileException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: InvalidBootstrapFileException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:33 $
+ * last change: $Author: obo $ $Date: 2004-06-03 18:10:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
/** is thrown when creating a configuration provider fails because
a bootstrap file needed to locate the configuration contains invalid data
*/
-exception InvalidBootstrapFileException: com::sun::star::configuration::CannotLoadConfigurationException
+published exception InvalidBootstrapFileException: com::sun::star::configuration::CannotLoadConfigurationException
{
/// the URL of the bootstrap file that is invalid
string BootstrapFileURL;
diff --git a/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl b/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
index 740602902f64..6a31fe3d1cae 100644
--- a/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
+++ b/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MissingBootstrapFileException.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:34 $
+ * last change: $Author: obo $ $Date: 2004-06-03 18:10:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
/** is thrown when creating a configuration provider fails because
a bootstrap file needed to locate the configuration is missing
*/
-exception MissingBootstrapFileException: com::sun::star::configuration::CannotLoadConfigurationException
+published exception MissingBootstrapFileException: com::sun::star::configuration::CannotLoadConfigurationException
{
/// the URL of the bootstrap file that could not be found
string BootstrapFileURL;