summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/sax/XEntityResolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/sax/XEntityResolver.idl')
-rw-r--r--offapi/com/sun/star/xml/sax/XEntityResolver.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/sax/XEntityResolver.idl b/offapi/com/sun/star/xml/sax/XEntityResolver.idl
index d78c0fec7ced..ad479dc7cfc8 100644
--- a/offapi/com/sun/star/xml/sax/XEntityResolver.idl
+++ b/offapi/com/sun/star/xml/sax/XEntityResolver.idl
@@ -39,10 +39,10 @@ published interface XEntityResolver: com::sun::star::uno::XInterface
{
/** @returns
- <type>InputSource</type> for the external entity.
+ InputSource for the external entity.
<p>If <var>aInputStream</var> is a valid reference to an input stream,
- the parser uses this <type>InputSource</type>. Otherwise the
+ the parser uses this InputSource. Otherwise the
parser seeks for the entity using its default behavior.
*/
InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId );