summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl')
-rw-r--r--offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl b/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
index e7b41536d3ed..c6b29613a8a8 100644
--- a/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
+++ b/offapi/com/sun/star/ucb/XCachedDynamicResultSetFactory.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/ucb/XDynamicResultSet.idl>
#include <com/sun/star/ucb/XContentIdentifierMapping.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** creates a <type>CachedDynamicResultSet</type>.
<p>Pay attention to instantiate this helper on client side where your want
@@ -49,7 +47,6 @@ module com { module sun { module star { module ucb {
published interface XCachedDynamicResultSetFactory: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** creates a remote optimizes <type>XDynamicResultSet</type>.
@param SourceStub
@@ -72,7 +69,6 @@ published interface XCachedDynamicResultSetFactory: com::sun::star::uno::XInterf
, [in] com::sun::star::ucb::XContentIdentifierMapping ContentIdentifierMapping );
};
-//=============================================================================
}; }; }; };