summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/XLayerImporter.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/XLayerImporter.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/configuration/backend/XLayerImporter.idl b/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
index b3fc58a673d8..96c34e5bfd37 100644
--- a/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
@@ -31,7 +31,7 @@
module com { module sun { module star { module configuration { module backend {
-/** allows importing a layer into a <type>Backend</type>
+/** allows importing a layer into a Backend
@since OOo 1.1.2
*/
@@ -41,7 +41,7 @@ published interface XLayerImporter : ::com::sun::star::uno::XInterface
/** gets the target backend for importing.
@returns
- the <type>Backend</type> into which layers are
+ the Backend into which layers are
imported by <member>XLayerImporter::importLayer()<member/>.
*/
@@ -51,7 +51,7 @@ published interface XLayerImporter : ::com::sun::star::uno::XInterface
/** sets the target backend for importing.
@param aBackend
- a <type>Backend</type> into which layers should be
+ a Backend into which layers should be
imported by <method>XLayerImporter::importLayer()<method/>.
@throws com::sun::star::lang::NullPointerException