summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XContainerQuery.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XContainerQuery.idl')
-rw-r--r--udkapi/com/sun/star/container/XContainerQuery.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/container/XContainerQuery.idl b/udkapi/com/sun/star/container/XContainerQuery.idl
index 1166842c7eb9..2e31c84205b9 100644
--- a/udkapi/com/sun/star/container/XContainerQuery.idl
+++ b/udkapi/com/sun/star/container/XContainerQuery.idl
@@ -54,7 +54,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface
<p>
Items of this sub set must match used query string. Format of query depends
- from real implementation. Using of "param=value" pairs isn't neccessary.
+ from real implementation. Using of "param=value" pairs isn't necessary.
So it's possible to combine different parameters as one simple command
string.
<p>
@@ -62,7 +62,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface
@param Query items of sub set must match to this query<br>
example:<br>
(1)<br>
- query as parameter sequence to return all elements wich match
+ query as parameter sequence to return all elements which match
the name pattern and supports a special feature; sort it ascending<br>
"name=*myname_??_;sort=ascending;feature=VISIBLE"<br>
(2)<br>
@@ -86,7 +86,7 @@ published interface XContainerQuery: com::sun::star::uno::XInterface
@param Properties items of sub set must support given properties as minimum<br>
example:<br>
(supported)<br>
- search for items wich match the name pattern and supports the VISIBLE feature<br>
+ search for items which match the name pattern and supports the VISIBLE feature<br>
Parameters[0].Name = "name"<br>
Parameters[0].Value = "*myname_??_"<br>
Parameters[1].Name = "feature"<br>