summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /offapi/com/sun/star/script
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'offapi/com/sun/star/script')
-rw-r--r--offapi/com/sun/star/script/XLibraryContainer3.idl4
-rw-r--r--offapi/com/sun/star/script/vba/VBAEventId.idl2
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/script/XLibraryContainer3.idl b/offapi/com/sun/star/script/XLibraryContainer3.idl
index 6d522cf3649b..55b38a2d020e 100644
--- a/offapi/com/sun/star/script/XLibraryContainer3.idl
+++ b/offapi/com/sun/star/script/XLibraryContainer3.idl
@@ -36,8 +36,8 @@ published interface XLibraryContainer3: com::sun::star::script::XLibraryContaine
returns the location of the library link target.
The returned URL is literally the same as the one provided in
- <member>XLibraryContainer::createLibraryLink</member>. Otherwise the behavior
- is the same as <member>XLibraryContainer2::getLibraryLinkURL</member>
+ XLibraryContainer::createLibraryLink(). Otherwise the behavior
+ is the same as XLibraryContainer2::getLibraryLinkURL()
*/
string getOriginalLibraryLinkURL( [in] string Name )
raises( com::sun::star::lang::IllegalArgumentException,
diff --git a/offapi/com/sun/star/script/vba/VBAEventId.idl b/offapi/com/sun/star/script/vba/VBAEventId.idl
index a62959fd5ad6..f01cf84ad14a 100644
--- a/offapi/com/sun/star/script/vba/VBAEventId.idl
+++ b/offapi/com/sun/star/script/vba/VBAEventId.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module script { module vba {
document code module will be executed.</p>
<p>Each event expects some specific arguments to be passed to
- <member>XVBAEventProcessor::processVbaEvent</member>.</p>
+ XVBAEventProcessor::processVbaEvent().</p>
@see XVBAEventProcessor
*/