summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl56
1 files changed, 28 insertions, 28 deletions
diff --git a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
index c5d44ac4b7bf..ef0f48f6c49f 100644
--- a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
+++ b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.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,28 +24,28 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__
-#define __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__
-
-#ifndef __com_sun_star_uno_Exception_idl__
-#include <com/sun/star/uno/Exception.idl>
-#endif
-
-//=============================================================================
+#ifndef __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__
+#define __com_sun_star_configuration_backend_MergeRecoveryRequest_idl__
+
+#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/Exception.idl>
+#endif
+
+//=============================================================================
module com { module sun { module star { module configuration { module backend {
-
-//=============================================================================
-
-/** is passed to an <type>InteractionHandler<type> when merging fails due to
+
+//=============================================================================
+
+/** is passed to an <type>InteractionHandler<type> when merging fails due to
invalid layer data or access problems.
@since OOo 2.0.0
*/
exception MergeRecoveryRequest: ::com::sun::star::uno::Exception
-{
- /**
- data that provides more detailed information about the
+{
+ /**
+ data that provides more detailed information about the
reason and location of the error.
<p> Typically this member should contain an exception characterizing
@@ -60,31 +60,31 @@ exception MergeRecoveryRequest: ::com::sun::star::uno::Exception
<dd>for layers that can't be accessed.</dd>
</dl>
</p>
- <p> If no more detail information is available, this may be left <void/>.
+ <p> If no more detail information is available, this may be left <void/>.
</p>
*/
- any ErrorDetails;
+ any ErrorDetails;
- /**
+ /**
Identifier of the layer object containing the invalid data.
*/
string ErrorLayerId;
- /**
+ /**
specifies whether the requestor wants to remove or skip the invalid layer.
- <p> If <TRUE/> the requestor wants to remove the underlying data of
+ <p> If <TRUE/> the requestor wants to remove the underlying data of
the layer.<BR/>
- If <FALSE/> the request is to skip the underlying data this time,
+ If <FALSE/> the request is to skip the underlying data this time,
but without removing it.
</p>
*/
boolean IsRemovalRequest;
-};
-
-//=============================================================================
-
+};
+
+//=============================================================================
+
}; }; }; }; };
-
-#endif
+
+#endif