diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /udkapi | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/XPropertiesChangeListener.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/container/XContainerQuery.idl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl index 847641f4e28f..9daadb49c776 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl @@ -37,7 +37,7 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe @param aEvent contains a sequence of <type>PropertyChangeEvent</type> objects - which describe the event source and the properites wich have + which describe the event source and the properites that have been changed. */ void propertiesChange( [in] sequence<com::sun::star::beans::PropertyChangeEvent> aEvent ); diff --git a/udkapi/com/sun/star/container/XContainerQuery.idl b/udkapi/com/sun/star/container/XContainerQuery.idl index 3fed4cf1eb62..73fe077d2ed6 100644 --- a/udkapi/com/sun/star/container/XContainerQuery.idl +++ b/udkapi/com/sun/star/container/XContainerQuery.idl @@ -47,7 +47,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> @@ -70,7 +70,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> |