summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XImportable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XImportable.idl')
-rw-r--r--offapi/com/sun/star/util/XImportable.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XImportable.idl b/offapi/com/sun/star/util/XImportable.idl
index 5022f58788dd..41193fe4ce0f 100644
--- a/offapi/com/sun/star/util/XImportable.idl
+++ b/offapi/com/sun/star/util/XImportable.idl
@@ -24,18 +24,15 @@
#include <com/sun/star/beans/PropertyValue.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
// DocMerge from xml: interface com::sun::star::util::XImportable
/** makes it possible to import files into the object.
*/
published interface XImportable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
// DocMerge from idl: method com::sun::star::util::XImportable::createImportDescriptor
/** @returns
@@ -43,7 +40,6 @@ published interface XImportable: com::sun::star::uno::XInterface
*/
sequence<com::sun::star::beans::PropertyValue> createImportDescriptor( [in] boolean bEmpty );
- //-------------------------------------------------------------------------
// DocMerge from xml: method com::sun::star::util::XImportable::doImport
/** imports data from an external database.
@@ -52,7 +48,6 @@ published interface XImportable: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };