summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/wrapper
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-28 18:43:28 +0200
committerCaolán McNamara <caolanm@redhat.com>2011-02-01 10:37:11 +0000
commitd2b8cb3cf418d0435e7f222aa33b5ab837f4f69b (patch)
tree16e84e415cfe9624db8e876e036f35b0ee34058e /offapi/com/sun/star/xml/wrapper
parent0e91a5b571792b6b0ed24eb1157734a2b0ff2543 (diff)
Some fixes to documentation (part 6)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/xml/wrapper')
-rw-r--r--offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl2
-rw-r--r--offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl2
-rw-r--r--offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl10
-rw-r--r--offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl4
4 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl b/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
index 8fb0ed67d17a..db7753848ff3 100644
--- a/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XMLDocumentWrapper.idl
@@ -25,7 +25,7 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
/** -- idl definition -- **/
diff --git a/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl b/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
index 3a5edca4325e..2dc7103458d9 100644
--- a/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XMLElementWrapper.idl
@@ -25,7 +25,7 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
/** -- idl definition -- **/
diff --git a/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl b/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
index 2145c23a941b..996e76a6fefa 100644
--- a/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XXMLDocumentWrapper.idl
@@ -25,7 +25,7 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
/** -- idl definition -- **/
@@ -46,11 +46,11 @@ interface XXMLElementWrapper;
* When converting SAX events into a DOM tree, this interface is
* used to manipulate the DOM data in UNO perspective.
* <p>
- * Every lauguage has its own methods to manipulate its native DOM
+ * Every language has its own methods to manipulate its native DOM
* data structure, this interface provides a common method set which
- * each lauguage have to implement.
+ * each language have to implement.
* <p>
- * In another word, this interface wraps language dependant methods,
+ * In another word, this interface wraps language dependent methods,
* then other component can manipulate DOM data through UNO methods.
*/
interface XXMLDocumentWrapper : com::sun::star::uno::XInterface
@@ -153,7 +153,7 @@ interface XXMLDocumentWrapper : com::sun::star::uno::XInterface
/**
* Converts the whole DOM tree into a SAX event stream.
*
- * @param handler the document handelr which will receive the SAX event
+ * @param handler the document handler which will receive the SAX event
* stream
*/
void getTree([in] com::sun::star::xml::sax::XDocumentHandler handler)
diff --git a/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl b/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
index ef19b64826c7..95f536abf8ef 100644
--- a/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
+++ b/offapi/com/sun/star/xml/wrapper/XXMLElementWrapper.idl
@@ -25,7 +25,7 @@
*
************************************************************************/
-//i20156 - new file for xmlsecurity module
+//i20156 - new file for XML security module
/** -- idl definition -- **/
@@ -41,7 +41,7 @@ module com { module sun { module star { module xml { module wrapper {
* Interface of XML Element Wrapper.
* <p>
* This interface is used to wrap a element information, which
- * make it enable to tranfer the element information between
+ * make it enable to transfer the element information between
* different languages, such as C++/Java.
*/
interface XXMLElementWrapper : com::sun::star::uno::XInterface