summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl b/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
index c2fdf99e2eb0..66bf699be203 100644
--- a/offapi/com/sun/star/configuration/backend/XUpdatableLayer.idl
+++ b/offapi/com/sun/star/configuration/backend/XUpdatableLayer.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
@@ -34,11 +34,11 @@
#ifndef __com_sun_star_lang_NullPointerException_idl__
#include <com/sun/star/lang/NullPointerException.idl>
-#endif
+#endif
#ifndef __com_sun_star_lang_WrappedTargetException_idl__
#include <com/sun/star/lang/WrappedTargetException.idl>
-#endif
+#endif
#ifndef __com_sun_star_configuration_backend_MalformedDataException_idl__
#include <com/sun/star/configuration/backend/MalformedDataException.idl>
@@ -56,7 +56,7 @@ module com { module sun { module star { module configuration { module backend {
@since OOo 1.1.2
*/
-published interface XUpdatableLayer : XLayer
+published interface XUpdatableLayer : XLayer
{
//--------------------------------------------------------------------------
@@ -65,12 +65,12 @@ published interface XUpdatableLayer : XLayer
parameter.
<p> After the replacement has been performed, reading the
- layer will return the new content. Some implementations
+ layer will return the new content. Some implementations
may not support this, so after an update
<member>XLayer::readData()</member> may fail.
</p>
- @param aNewLayer
+ @param aNewLayer
replacement layer
@throws com::sun::star::lang::NullPointerException
@@ -80,7 +80,7 @@ published interface XUpdatableLayer : XLayer
@throws com::sun::star::configuration::backend::MalformedDataException
if the layer contains invalid data.
*/
- void replaceWith([in] XLayer aNewLayer)
+ void replaceWith([in] XLayer aNewLayer)
raises (com::sun::star::lang::NullPointerException,
com::sun::star::lang::WrappedTargetException,
MalformedDataException) ;