summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/script
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 21:47:17 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:00:59 +0200
commit944eb9902788d8afec9e3f0f65d3b680041e039b (patch)
tree3bbb926890561b81d9f6ae611be4677876799a36 /offapi/com/sun/star/script
parentcdbbbdce9956e290b4a849af332df55da1be8d36 (diff)
*api: convert <type>Foo</type>
Doxygen does not know type element and will recognize strings that contain capital letter (all API types do) automatically as type. This patch removes 15k doxygen warnings. git ls-files | grep \\.idl | xargs sed -i "s,<type>\([^<]\+\)</type>,\1," Change-Id: I45c07cf0b115d5fb5353f4aa9719839615ea1150
Diffstat (limited to 'offapi/com/sun/star/script')
-rw-r--r--offapi/com/sun/star/script/XLibraryContainer2.idl2
-rw-r--r--offapi/com/sun/star/script/XLibraryContainer3.idl2
-rw-r--r--offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl4
-rw-r--r--offapi/com/sun/star/script/vba/XVBAEventProcessor.idl4
4 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/script/XLibraryContainer2.idl b/offapi/com/sun/star/script/XLibraryContainer2.idl
index e533be323895..139ab02c46eb 100644
--- a/offapi/com/sun/star/script/XLibraryContainer2.idl
+++ b/offapi/com/sun/star/script/XLibraryContainer2.idl
@@ -27,7 +27,7 @@
/**
- Extension of <type>XLibraryContainer</type> to provide additional information
+ Extension of XLibraryContainer to provide additional information
about the libraries contained in a library container
*/
published interface XLibraryContainer2: com::sun::star::script::XLibraryContainer
diff --git a/offapi/com/sun/star/script/XLibraryContainer3.idl b/offapi/com/sun/star/script/XLibraryContainer3.idl
index e065614595a1..6d522cf3649b 100644
--- a/offapi/com/sun/star/script/XLibraryContainer3.idl
+++ b/offapi/com/sun/star/script/XLibraryContainer3.idl
@@ -27,7 +27,7 @@
/**
- Extension of <type>XLibraryContainer2</type>.
+ Extension of XLibraryContainer2.
*/
published interface XLibraryContainer3: com::sun::star::script::XLibraryContainer2
{
diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
index 40e94e4afaa7..28e37b1dabc7 100644
--- a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
+++ b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module script {
-/** is the interface for an <type>XLibraryContainer</type> which can be made
+/** is the interface for an XLibraryContainer which can be made
persistent in an <type scope="com::sun::star::embed">XStorage</type>.
<p>A persistent library container is associated with a root storage. The
@@ -61,7 +61,7 @@ interface XStorageBasedLibraryContainer
/** stores the libraries to a storage other than the current container storage
<p>Note that the library container is not automatically associated with the
- new root storage. Instead, you need to manually set the <type>RootStroage</type>
+ new root storage. Instead, you need to manually set the RootStroage
attribute afterwards. This separation allows for Save-To as well Save-As
operations.</p>
diff --git a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
index 69ec50872f84..e0f14739b734 100644
--- a/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
+++ b/offapi/com/sun/star/script/vba/XVBAEventProcessor.idl
@@ -36,7 +36,7 @@ interface XVBAEventProcessor
/** Returns whether a VBA event handler exists.
@param nEventId
- The identifier of the event. Must be a constant from <type>VBAEventId</type>.
+ The identifier of the event. Must be a constant from VBAEventId.
@param aArgs
Additional arguments needed to identify some event handlers, e.g. a
@@ -56,7 +56,7 @@ interface XVBAEventProcessor
/** Executes a VBA event handler.
@param nEventId
- The identifier of the event. Must be a constant from <type>VBAEventId</type>.
+ The identifier of the event. Must be a constant from VBAEventId.
@param aArgs
The input arguments needed to create the argument list of the VBA