summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DataImportMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataImportMode.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataImportMode.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/DataImportMode.idl b/offapi/com/sun/star/sheet/DataImportMode.idl
index 46ec4635e44d..3f55b3019ee6 100644
--- a/offapi/com/sun/star/sheet/DataImportMode.idl
+++ b/offapi/com/sun/star/sheet/DataImportMode.idl
@@ -20,35 +20,29 @@
#ifndef __com_sun_star_sheet_DataImportMode_idl__
#define __com_sun_star_sheet_DataImportMode_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify which database contents are imported.
*/
published enum DataImportMode
{
- //-------------------------------------------------------------------------
/** nothing is imported.
*/
NONE,
- //-------------------------------------------------------------------------
/** a SQL query string is supplied.
*/
SQL,
- //-------------------------------------------------------------------------
/** the name of a database table is supplied.
*/
TABLE,
- //-------------------------------------------------------------------------
/** the name of a database query is supplied.
*/
@@ -56,7 +50,6 @@ published enum DataImportMode
};
-//=============================================================================
}; }; }; };