Kaydet (Commit) e9b8ab6e authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb18 (1.4.328); FILE MERGED

2004/05/21 14:56:57 sb 1.4.328.1: #i21150# Added published flag.
üst b4ee4c0f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: InvalidBootstrapFileException.idl,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
/** is thrown when creating a configuration provider fails because /** is thrown when creating a configuration provider fails because
a bootstrap file needed to locate the configuration contains invalid data 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 /// the URL of the bootstrap file that is invalid
string BootstrapFileURL; string BootstrapFileURL;
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: MissingBootstrapFileException.idl,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
/** is thrown when creating a configuration provider fails because /** is thrown when creating a configuration provider fails because
a bootstrap file needed to locate the configuration is missing 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 /// the URL of the bootstrap file that could not be found
string BootstrapFileURL; string BootstrapFileURL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment