summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/MissingBootstrapFileException.idl')
-rw-r--r--offapi/com/sun/star/configuration/MissingBootstrapFileException.idl44
1 files changed, 22 insertions, 22 deletions
diff --git a/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl b/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
index b9588dc09a83..5c70af4cfd87 100644
--- a/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
+++ b/offapi/com/sun/star/configuration/MissingBootstrapFileException.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,30 +24,30 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_configuration_MissingBootstrapFileException_idl__
-#define __com_sun_star_configuration_MissingBootstrapFileException_idl__
-
-#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__
-#include <com/sun/star/configuration/CannotLoadConfigurationException.idl>
-#endif
-
-//=============================================================================
-
- module com { module sun { module star { module configuration {
-
-//=============================================================================
-
+#ifndef __com_sun_star_configuration_MissingBootstrapFileException_idl__
+#define __com_sun_star_configuration_MissingBootstrapFileException_idl__
+
+#ifndef __com_sun_star_configuration_CannotLoadConfigurationException_idl__
+#include <com/sun/star/configuration/CannotLoadConfigurationException.idl>
+#endif
+
+//=============================================================================
+
+ module com { module sun { module star { module configuration {
+
+//=============================================================================
+
/** is thrown when creating a configuration provider fails because
a bootstrap file needed to locate the configuration is missing
*/
published exception MissingBootstrapFileException: com::sun::star::configuration::CannotLoadConfigurationException
-{
+{
/// the URL of the bootstrap file that could not be found
string BootstrapFileURL;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif