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 96c34e5bfd37..77002a6d869b 100644
--- a/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayerImporter.idl
@@ -55,7 +55,7 @@ published interface XLayerImporter : ::com::sun::star::uno::XInterface
imported by <method>XLayerImporter::importLayer()<method/>.
@throws com::sun::star::lang::NullPointerException
- if the backend passed is <NULL/>.
+ if the backend passed is `NULL`.
*/
void setTargetBackend([in] XBackend aBackend)
raises (com::sun::star::lang::NullPointerException) ;
@@ -69,7 +69,7 @@ published interface XLayerImporter : ::com::sun::star::uno::XInterface
a layer whose data will be imported into the backend
@throws com::sun::star::lang::NullPointerException
- if the layer passed is <NULL/> or no backend is available.
+ if the layer passed is `NULL` or no backend is available.
@throws com::sun::star::configuration::backend::MalformedDataException
if the layer passed is invalid
@@ -101,7 +101,7 @@ published interface XLayerImporter : ::com::sun::star::uno::XInterface
a entity into whose data the layer will be imported
@throws com::sun::star::lang::NullPointerException
- if the layer passed is <NULL/> or no backend is available.
+ if the layer passed is `NULL` or no backend is available.
@throws com::sun::star::configuration::backend::MalformedDataException
if the layer passed is invalid