summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script
diff options
context:
space:
mode:
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
*/