summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:14:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commit4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch)
treebd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/script
parentea71a05840f53158f669182c6e93de9f8348bbe5 (diff)
*api: replace <member>Foo</member>
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com/sun/star/script')
-rw-r--r--offapi/com/sun/star/script/XPersistentLibraryContainer.idl2
-rw-r--r--offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/script/XPersistentLibraryContainer.idl b/offapi/com/sun/star/script/XPersistentLibraryContainer.idl
index 1681880327d9..12dea5a98188 100644
--- a/offapi/com/sun/star/script/XPersistentLibraryContainer.idl
+++ b/offapi/com/sun/star/script/XPersistentLibraryContainer.idl
@@ -52,7 +52,7 @@ interface XPersistentLibraryContainer
<p>All operations of the library container take place in a location below
the root location, the so-called container location, whose
- name is exposed as <member>ContainerLocationName</member>.</p>
+ name is exposed as #ContainerLocationName.</p>
@see ContainerLocationName
*/
diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
index a9aa9f5bb3a8..acfbecc53a7b 100644
--- a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
+++ b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
@@ -73,7 +73,7 @@ interface XStorageBasedLibraryContainer
@throws ::com::sun::star::lang::IllegalArgumentException
if the <code>RootStorage</code> parameter is <NULL/>, or equals
- <member>RootStorage</member>.
+ #RootStorage.
@throws ::com::sun::star::lang::WrappedTargetException
if an error occurs during storing.