summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 11:34:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-11 12:12:22 +0200
commitb06854accccecd34d92a8e792d40aac8e7a86a64 (patch)
tree03332e74c0ea8d21fc40b4862d89d665e419c63c /offapi
parent1ba4bb6397e5be8f30c79371a330077829c74742 (diff)
fix spelling XFastAttrbitueList->XFastAttributeList
Change-Id: I618cadba909acbe935217026af7da496894dbd5e
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/xml/sax/XFastContextHandler.idl8
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 )