summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl
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/ucb/HierarchyRootFolderContent.idl
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/ucb/HierarchyRootFolderContent.idl')
-rw-r--r--offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl b/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl
index 5db0ee493b49..e0483ebac3f5 100644
--- a/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl
+++ b/offapi/com/sun/star/ucb/HierarchyRootFolderContent.idl
@@ -104,9 +104,9 @@ published service HierarchyRootFolderContent
/** is an enhanced version of XCommandProcessor that has an
additional method for releasing command identifiers obtained via
- <member>XCommandProcessor::createCommandIdentifier</member> to avoid
+ XCommandProcessor::createCommandIdentifier() to avoid
resource leaks. For a detailed description of the problem refer to
- <member>XCommandProcessor2::releaseCommandIdentifier</member>.
+ XCommandProcessor2::releaseCommandIdentifier().
<p>Where many existing Content implementations do not
(yet), every new implementation should support this interface.
@@ -149,7 +149,7 @@ published service HierarchyRootFolderContent
<ol>
<li>
Let the parent folder create a new content by calling
- <member>XContentCreator::createNewContent</member> on it. The content
+ XContentCreator::createNewContent() on it. The content
type to use for new folders is "application/vnd.sun.star.hier-folder".
To create a new link, use the type "application/vnd.sun.star.hier-link".
</li>