summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CachedContentResultSetStub.idl')
-rw-r--r--offapi/com/sun/star/ucb/CachedContentResultSetStub.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl b/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl
index 9db34735377b..66626f81f700 100644
--- a/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl
+++ b/offapi/com/sun/star/ucb/CachedContentResultSetStub.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/ucb/XFetchProvider.idl>
#include <com/sun/star/ucb/XFetchProviderForContentAccess.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** is used on provider side to access a <type>ContentResultSet</type>
remote optimized.
*/
@@ -36,7 +34,6 @@ published service CachedContentResultSetStub
{
service com::sun::star::ucb::ContentResultSet;
- //-------------------------------------------------------------------------
/** Provides the possibility to get the contents of the columns of several
rows with only one call.
@@ -44,7 +41,6 @@ published service CachedContentResultSetStub
*/
interface com::sun::star::ucb::XFetchProvider;
- //-------------------------------------------------------------------------
/** Provides the possibility load information offered by a
<type>XContentAccess</type> for several rows of one result set at once.
@@ -53,7 +49,6 @@ published service CachedContentResultSetStub
interface com::sun::star::ucb::XFetchProviderForContentAccess;
};
-//=============================================================================
}; }; }; };