summaryrefslogtreecommitdiffstats
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.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xml/sax/XEntityResolver.idl b/offapi/com/sun/star/xml/sax/XEntityResolver.idl
index 0638f72ba94c..63547e260fa8 100644
--- a/offapi/com/sun/star/xml/sax/XEntityResolver.idl
+++ b/offapi/com/sun/star/xml/sax/XEntityResolver.idl
@@ -42,12 +42,12 @@ module com { module sun { module star { module xml { module sax {
//=============================================================================
-/** makes it possible to modify the behaviour of resolving external
+/** makes it possible to modify the behavior of resolving external
preferences.
- <p>Usually, the parser has a default behaviour of resolving external
+ <p>Usually, the parser has a default behavior of resolving external
references (See documentation of the parser implementation).
- Use this interface to modify or reimplement this behaviour.</p>
+ Use this interface to modify or reimplement this behavior.</p>
*/
published interface XEntityResolver: com::sun::star::uno::XInterface
{
@@ -58,7 +58,7 @@ published interface XEntityResolver: com::sun::star::uno::XInterface
<p>If <var>aInputStream</var> is a valid reference to an input stream,
the parser uses this <type>InputSource</type>. Otherwise the
- parser seeks for the entity using its default behaviour.
+ parser seeks for the entity using its default behavior.
*/
InputSource resolveEntity( [in] string sPublicId, [in] string sSystemId );