summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl')
-rw-r--r--offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl b/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl
index b131c86dea8e..5d281047ca78 100644
--- a/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl
+++ b/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/sheet/DataImportMode.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** represents a description of how data from an external database is
imported.
@@ -35,20 +33,17 @@ module com { module sun { module star { module sheet {
*/
published service DatabaseImportDescriptor
{
- //-------------------------------------------------------------------------
/** enables importing and specifies from what type of source data is
imported.
*/
[property] com::sun::star::sheet::DataImportMode SourceType;
- //-------------------------------------------------------------------------
/** specifies the name of the database from which data is imported.
*/
[property] string DatabaseName;
- //-------------------------------------------------------------------------
/** specifies the table, query, or statement from which data is imported.
@@ -57,7 +52,6 @@ published service DatabaseImportDescriptor
*/
[property] string SourceObject;
- //-------------------------------------------------------------------------
/** specifies whether the SQL statement is given directly to the database
or is parsed before.
@@ -67,7 +61,6 @@ published service DatabaseImportDescriptor
*/
[optional, property] boolean IsNative;
- //-------------------------------------------------------------------------
/** indicates a connection URL, which locates a database driver.
@since OOo 2.0
@@ -76,7 +69,6 @@ published service DatabaseImportDescriptor
};
-//=============================================================================
}; }; }; };