summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-29 00:18:07 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:05 +0200
commit56d158c38cca6de82256e727b7f4c83f311d87b8 (patch)
tree7bf89cc1a9beb14b6e1b4683074974e606421b59 /offapi/com/sun/star/util
parent928b8640c0d1a9c49249100efbdd70f8c1090b07 (diff)
*api: convert more <method>
sed -i "s,<method>\([^<]\+[^)]\)</method>,\1(),g" Change-Id: Ie443efb5b283067bc5475810f6848061900d8401
Diffstat (limited to 'offapi/com/sun/star/util')
-rw-r--r--offapi/com/sun/star/util/XCloseBroadcaster.idl2
-rw-r--r--offapi/com/sun/star/util/XCloseListener.idl2
-rw-r--r--offapi/com/sun/star/util/XDataEditor.idl2
-rw-r--r--offapi/com/sun/star/util/XSearchable.idl4
4 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XCloseBroadcaster.idl b/offapi/com/sun/star/util/XCloseBroadcaster.idl
index 1882ddfd430e..50959474fc7d 100644
--- a/offapi/com/sun/star/util/XCloseBroadcaster.idl
+++ b/offapi/com/sun/star/util/XCloseBroadcaster.idl
@@ -31,7 +31,7 @@
The called object for closing must post the closing events immediately
and before any internal cancel operations will be started.
If a listener disagree with that it should throw a CloseVetoException
- and called function <method>XCloseable::close</method> must be broken immediately.
+ and called function XCloseable::close() must be broken immediately.
It's not allowed to catch it inside the close() request.
If no listener nor internal processes hinder the object on closing
all listeners get a notification about real closing.
diff --git a/offapi/com/sun/star/util/XCloseListener.idl b/offapi/com/sun/star/util/XCloseListener.idl
index 58c1e2c5e7ba..6f3362a9e85a 100644
--- a/offapi/com/sun/star/util/XCloseListener.idl
+++ b/offapi/com/sun/star/util/XCloseListener.idl
@@ -41,7 +41,7 @@
<p>
If an event com::sun::star::lang::XEventListener::disposing()
- occurred, nobody called <method>XCloseable::close</method> on listened object before.
+ occurred, nobody called XCloseable::close() on listened object before.
Then it's not allowed to break this request - it must be accepted!
</p>
diff --git a/offapi/com/sun/star/util/XDataEditor.idl b/offapi/com/sun/star/util/XDataEditor.idl
index b2532396409a..c6e84ea3fc3d 100644
--- a/offapi/com/sun/star/util/XDataEditor.idl
+++ b/offapi/com/sun/star/util/XDataEditor.idl
@@ -39,7 +39,7 @@ published interface XDataEditor: com::sun::star::uno::XInterface
void setModel( [in] com::sun::star::uno::XInterface model );
/** @returns
- the data model which was set by <method>XDataEditor::setModel</method>.
+ the data model which was set by XDataEditor::setModel().
*/
com::sun::star::uno::XInterface getModel();
diff --git a/offapi/com/sun/star/util/XSearchable.idl b/offapi/com/sun/star/util/XSearchable.idl
index c6322a4d66b0..28e84d464d96 100644
--- a/offapi/com/sun/star/util/XSearchable.idl
+++ b/offapi/com/sun/star/util/XSearchable.idl
@@ -75,8 +75,8 @@ published interface XSearchable: com::sun::star::uno::XInterface
@param xStartAt
represents a position within the component at which the search continues.
- This position is returned by <method>XSearchable::findFirst</method> or
- the previous <method>XSearchable::findNext</method>.
+ This position is returned by XSearchable::findFirst() or
+ the previous XSearchable::findNext().
@see SearchDescriptor
*/