summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml')
-rw-r--r--offapi/com/sun/star/xml/XExportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/XImportFilter.idl2
-rw-r--r--offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl4
-rw-r--r--offapi/com/sun/star/xml/sax/XFastAttributeList.idl2
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/xml/XExportFilter.idl b/offapi/com/sun/star/xml/XExportFilter.idl
index 6b0c9a24683b..8dab67065caf 100644
--- a/offapi/com/sun/star/xml/XExportFilter.idl
+++ b/offapi/com/sun/star/xml/XExportFilter.idl
@@ -52,7 +52,7 @@ published interface XExportFilter: com::sun::star::uno::XInterface
TypeDetection.xml (???)
@returns
- <TRUE/> if import process is successful
+ `TRUE` if import process is successful
*/
boolean exporter(
[in] sequence< com::sun::star::beans::PropertyValue > aSourceData,
diff --git a/offapi/com/sun/star/xml/XImportFilter.idl b/offapi/com/sun/star/xml/XImportFilter.idl
index b51c9891dedc..973fbcefa852 100644
--- a/offapi/com/sun/star/xml/XImportFilter.idl
+++ b/offapi/com/sun/star/xml/XImportFilter.idl
@@ -55,7 +55,7 @@ published interface XImportFilter: com::sun::star::uno::XInterface
target for the XML document representation
@returns
- <TRUE/> if import process is successful
+ `TRUE` if import process is successful
*/
boolean importer(
[in] sequence< com::sun::star::beans::PropertyValue > aSourceData,
diff --git a/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl b/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl
index 1fd2d5065c3d..f447e588904e 100644
--- a/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl
+++ b/offapi/com/sun/star/xml/crypto/XCipherContextSupplier.idl
@@ -48,8 +48,8 @@ interface XCipherContextSupplier : com::sun::star::uno::XInterface
@param bEncryption
whether an encryption or decryption cipher should be created
- <TRUE/> - Encryption
- <FALSE/> - Decryption
+ `TRUE` - Encryption
+ `FALSE` - Decryption
@param aParams
optional parameters that could be used to initialize the cipher,
diff --git a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
index 25ff2f914f6a..6361a6dffa92 100644
--- a/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
+++ b/offapi/com/sun/star/xml/sax/XFastAttributeList.idl
@@ -52,7 +52,7 @@ interface XFastAttributeList: com::sun::star::uno::XInterface
<b>or</b> operation.
@returns
- <TRUE/>, if the attribute is available
+ `TRUE`, if the attribute is available
*/
boolean hasAttribute( [in] long Token );