summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/XLayer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/XLayer.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/XLayer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XLayer.idl b/offapi/com/sun/star/configuration/backend/XLayer.idl
index 3656231e1802..4d85f5f6402c 100644
--- a/offapi/com/sun/star/configuration/backend/XLayer.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayer.idl
@@ -38,7 +38,7 @@ published interface XLayer : ::com::sun::star::uno::XInterface
{
/**
- describes the contents of the layer to an <type>XLayerHandler</type>.
+ describes the contents of the layer to an XLayerHandler.
@param aHandler
Handler object that will receive calls
@@ -50,7 +50,7 @@ published interface XLayer : ::com::sun::star::uno::XInterface
if an error occurs in the access to or processing of the data.
@throws com::sun::star::configuration::backend::MalformedDataException
if the data read from the layer is rejected as invalid by the
- <type>XLayerHandler</type>.
+ XLayerHandler.
*/
void readData([in] XLayerHandler aHandler)
raises (com::sun::star::lang::NullPointerException,