summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/impex.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-06-29 19:28:09 +0000
committerNiklas Nebel <nn@openoffice.org>2001-06-29 19:28:09 +0000
commitdf456286cb0f669da9373433cc710498644ae7c7 (patch)
tree14a48ca12926f93d5234b653529735c1307dd6bb /sc/source/ui/inc/impex.hxx
parent1f1c7b53d8f6cdb3c2eec21f058c27b2188ebdd9 (diff)
TFD taskforce changes
Diffstat (limited to 'sc/source/ui/inc/impex.hxx')
-rw-r--r--sc/source/ui/inc/impex.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx
index c3be4bfc7db7..b153b7a9babb 100644
--- a/sc/source/ui/inc/impex.hxx
+++ b/sc/source/ui/inc/impex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impex.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jp $ $Date: 2001-03-08 20:50:39 $
+ * last change: $Author: nn $ $Date: 2001-06-29 20:24:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,14 +70,11 @@
#include "global.hxx"
#endif
-class SvDataObject;
-class SvDataTypeList;
class ScDocShell;
class ScDocument;
class SvStream;
class SfxMedium;
class ScAsciiOptions;
-class SvData;
class ScImportExport
{
@@ -133,8 +130,6 @@ public:
BOOL IsUndo() const { return bUndo; }
void SetUndo( BOOL b ) { bUndo = b; }
- static void AddFormats( SvDataTypeList* );
- static BOOL IsFormatSupported( SvDataObject* );
static BOOL IsFormatSupported( ULONG nFormat );
static const sal_Unicode* ScanNextFieldFromString( const sal_Unicode* p,
String& rField, sal_Unicode cStr, const sal_Unicode* pSeps, BOOL bMergeSeps );
@@ -166,9 +161,6 @@ public:
BOOL ExportData( const String& rMimeType,
::com::sun::star::uno::Any & rValue );
- BOOL ImportData( SvData& rData );
- BOOL ExportData( SvData& rData );
-
BOOL IsOverflow() const { return bOverflow; } // nach dem Importieren
};