diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastContextHandler.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl index 3acc13525499..8abe44ae3bca 100644 --- a/offapi/com/sun/star/xml/sax/XFastContextHandler.idl +++ b/offapi/com/sun/star/xml/sax/XFastContextHandler.idl @@ -53,7 +53,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface <b>or</b> operation. @param Attribs - Contains a XFastAttrbitueList to access the attributes + Contains a XFastAttributeList to access the attributes from the element. */ @@ -68,7 +68,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface @param Name contains the elements local name. @param Attribs - Contains a XFastAttrbitueList to access the attributes + Contains a XFastAttributeList to access the attributes from the element. */ void startUnknownElement( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs ) @@ -102,7 +102,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface namespace combined with an arithmetic <b>or</b> operation. @param Attribs - Contains a XFastAttrbitueList to access the attributes + Contains a XFastAttributeList to access the attributes from the element. */ XFastContextHandler createFastChildContext( [in] long Element, [in] XFastAttributeList Attribs ) @@ -116,7 +116,7 @@ interface XFastContextHandler: com::sun::star::uno::XInterface @param Name contains the elements local name. @param Attribs - Contains a XFastAttrbitueList to access the attributes + Contains a XFastAttributeList to access the attributes the element. */ XFastContextHandler createUnknownChildContext( [in] string Namespace, [in] string Name, [in] XFastAttributeList Attribs ) |