summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/XCompositeLayer.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/XCompositeLayer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl b/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
index 8ac34eb76ee2..4f1ec9a926cf 100644
--- a/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
+++ b/offapi/com/sun/star/configuration/backend/XCompositeLayer.idl
@@ -55,7 +55,7 @@ published interface XCompositeLayer : XLayer
/**
Describes the content of a particular sublayer to
- an <type>XLayerHandler</type>.
+ an XLayerHandler.
@param aHandler
Handler object that will receive calls
@@ -75,7 +75,7 @@ published interface XCompositeLayer : XLayer
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 readSubLayerData([in] XLayerHandler aHandler, [in] string aSubLayerId)
raises (com::sun::star::lang::NullPointerException,