diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-06-14 11:58:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-06-16 12:33:52 +0200 |
commit | 68c3a6e8ebcac50aa4f8f403958a42cb8db75355 (patch) | |
tree | 928091467408571ca5743f365459c8cd146ff0f2 /udkapi/com/sun/star/beans | |
parent | 7c4481e3c41547773db3fa1f53391430cff8d3cb (diff) |
Fix typo
Change-Id: I92524505c8e7c82bf7c1263afc257f8e6d632ea9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135926
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'udkapi/com/sun/star/beans')
-rw-r--r-- | udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl index d5b3ecca4214..0c31c4b53d9c 100644 --- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl @@ -113,7 +113,7 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface @returns a sequence of type com::sun::star::beans::GetDirectPropertyTolerantResult - but only for those properties supplied whoms state is + but only for those properties supplied whose state is com::sun::star::beans::PropertyState::DIRECT_VALUE. */ sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant( |