summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/XLockable.idl2
-rw-r--r--offapi/com/sun/star/util/XSortable.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/XLockable.idl b/offapi/com/sun/star/util/XLockable.idl
index 6553abbdabf3..ecd160569c2d 100644
--- a/offapi/com/sun/star/util/XLockable.idl
+++ b/offapi/com/sun/star/util/XLockable.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module util {
<p><code>lock</code> and <code>unlock</code> calls can be nested. However, they must be in
pairs. As long as there has been one more call to <code>lock</code> than to <code>unlock</code>, the
- component is considered locked, which is reflected by <member>isLocked</member> returning <TRUE/>.</p>
+ component is considered locked, which is reflected by isLocked() returning <TRUE/>.</p>
*/
interface XLockable
{
diff --git a/offapi/com/sun/star/util/XSortable.idl b/offapi/com/sun/star/util/XSortable.idl
index 74ba6a5ac7e8..7093a0469b20 100644
--- a/offapi/com/sun/star/util/XSortable.idl
+++ b/offapi/com/sun/star/util/XSortable.idl
@@ -76,7 +76,7 @@ published interface XSortable: com::sun::star::uno::XInterface
properties.
<p>The specified properties are usually the same or a subset of
- those obtained by calling <member>createSortDescriptor</member>
+ those obtained by calling createSortDescriptor()
on the same type of object.<p>
@see com::sun::star::util::SortDescriptor