summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XModel.idl')
-rw-r--r--offapi/com/sun/star/frame/XModel.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl
index 9ade3d541776..a779f74c6739 100644
--- a/offapi/com/sun/star/frame/XModel.idl
+++ b/offapi/com/sun/star/frame/XModel.idl
@@ -126,8 +126,8 @@ published interface XModel: com::sun::star::lang::XComponent
for display updates.
<p>
- The calls to <member>XModel::lockControllers()</member> and
- <member>XModel::unlockControllers()</member> may be
+ The calls to XModel::lockControllers() and
+ XModel::unlockControllers() may be
nested and even overlapping, but they must be in pairs. While
there is at least one lock remaining, some notifications
for display updates are not broadcasted.
@@ -136,11 +136,11 @@ published interface XModel: com::sun::star::lang::XComponent
void lockControllers();
/** resumes the notifications which were suspended by
- <member>XModel::lockControllers()</member>.
+ XModel::lockControllers().
<p>
- The calls to <member>XModel::lockControllers()</member> and
- <member>XModel::unlockControllers()</member> may be
+ The calls to XModel::lockControllers() and
+ XModel::unlockControllers() may be
nested and even overlapping, but they must be in pairs. While
there is at least one lock remaining, some notifications for
display updates are not broadcasted.