summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl')
-rw-r--r--offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl b/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl
index 798ab37c333e..59ace22f74de 100644
--- a/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl
+++ b/offapi/com/sun/star/ucb/XFetchProviderForContentAccess.idl
@@ -22,18 +22,15 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/ucb/FetchResult.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** provides the possibility to load information offered by a
<type>XContentAccess</type> for several rows of a
<type>ContentResultSet</type> with a single function call.
*/
published interface XFetchProviderForContentAccess: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** returns the content identifier strings of the columns of the indicated
rows
@@ -57,7 +54,6 @@ published interface XFetchProviderForContentAccess: com::sun::star::uno::XInterf
, [in] long nRowCount
, [in] boolean bDirection );
- //-------------------------------------------------------------------------
/** returns the <type>XContentIdentifier</type>s of the columns of the
indicated rows
@@ -81,7 +77,6 @@ published interface XFetchProviderForContentAccess: com::sun::star::uno::XInterf
, [in] long nRowCount
, [in] boolean bDirection );
- //-------------------------------------------------------------------------
/** returns the <type>XContent</types>s of the columns of the indicated rows
@returns
@@ -105,7 +100,6 @@ published interface XFetchProviderForContentAccess: com::sun::star::uno::XInterf
, [in] boolean bDirection );
};
-//=============================================================================
}; }; }; };