summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/XBookmarksSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/XBookmarksSupplier.idl')
-rw-r--r--offapi/com/sun/star/sdb/XBookmarksSupplier.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sdb/XBookmarksSupplier.idl b/offapi/com/sun/star/sdb/XBookmarksSupplier.idl
index 6a2afa0dac96..a91fd9abf2b7 100644
--- a/offapi/com/sun/star/sdb/XBookmarksSupplier.idl
+++ b/offapi/com/sun/star/sdb/XBookmarksSupplier.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/container/XNameAccess.idl>
-//=============================================================================
module com { module sun { module star { module sdb {
-//=============================================================================
/** provides access to the collection of all bookmarks associated with a data source.
*/
published interface XBookmarksSupplier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** @returns the collection of all bookmarks associated with a data source
<p>
@@ -46,7 +43,6 @@ published interface XBookmarksSupplier: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };