summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration/backend/xml/LayerParser.idl')
-rw-r--r--offapi/com/sun/star/configuration/backend/xml/LayerParser.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl b/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
index 864051bae236..f95dc12b5022 100644
--- a/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
+++ b/offapi/com/sun/star/configuration/backend/xml/LayerParser.idl
@@ -50,12 +50,12 @@ module xml {
represents a configuration data layer that is stored in a stream in
OOR Update XML format.
- <p> The configuration layer xml from a given stream is parsed and fed to a
+ <p> The configuration layer XML from a given stream is parsed and fed to a
<type scope="com::sun::star::configuration::backend">XLayerHandler</type>.
</p>
@see com::sun::star::configuration::backend::xml::SchemaParser
- Service that represents a configuration schema stored in xml.
+ Service that represents a configuration schema stored in XML.
@see com::sun::star::configuration::backend::xml::LayerWriter
Service that writes OOR Update XML for data described via
@@ -73,7 +73,7 @@ published service LayerParser
//-------------------------------------------------------------------------
- /** provides access to the source xml stream.
+ /** provides access to the source XML stream.
*/
interface com::sun::star::io::XActiveDataSink ;