summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Bookmarks.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/Bookmarks.idl')
-rw-r--r--offapi/com/sun/star/text/Bookmarks.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/Bookmarks.idl b/offapi/com/sun/star/text/Bookmarks.idl
index 90273b73fba9..b9bafdb30bbc 100644
--- a/offapi/com/sun/star/text/Bookmarks.idl
+++ b/offapi/com/sun/star/text/Bookmarks.idl
@@ -26,19 +26,19 @@
module com { module sun { module star { module text {
-/** This service specifies a collection of <type>Bookmark</type>s.
+/** This service specifies a collection of Bookmarks.
*/
published service Bookmarks
{
/** makes it possible to access the bookmarks by their names.
- <p>All contents support the service <type>Bookmark</type>.
+ <p>All contents support the service Bookmark.
*/
interface com::sun::star::container::XNameAccess;
/** makes it possible to access the bookmarks by their index.
- <p>All contents support the service <type>Bookmark</type>.
+ <p>All contents support the service Bookmark.
*/
interface com::sun::star::container::XIndexAccess;