summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl b/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
index 53e636f6579e..e8f600425947 100644
--- a/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
+++ b/offapi/com/sun/star/configuration/backend/xml/SchemaParser.idl
@@ -32,7 +32,7 @@ module xml {
OOR Schema XML format.
<p> The configuration schema XML from a given stream is parsed and fed to a
- <type scope="com::sun::star::configuration::backend">XSchemaHandler</type>.
+ com::sun::star::configuration::backend::XSchemaHandler.
</p>
@see com::sun::star::configuration::backend::xml::LayerParser
@@ -56,8 +56,8 @@ published service SchemaParser
/** allows initializing the source stream.
<p> The source can be passed
- as a <type scope="com::sun::star::io">XInputStream</type> or
- as a <type scope="com::sun::star::xml::sax">InputSource</type>.
+ as a com::sun::star::io::XInputStream or
+ as a com::sun::star::xml::sax::InputSource.
</p>
*/
interface com::sun::star::lang::XInitialization ;