summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-29 02:31:22 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-10-30 16:28:55 +0100
commit93959db4d8846cfdfb87ab647c4d457fb09bb869 (patch)
tree856b744a621071f721e2baff4987584389dc178e /sc/inc
parent3757128f488bf47c51c2064daea90155601242b2 (diff)
use DocumentImport for csv import, related fdo#69006
Change-Id: Ib904510b6e897feb787497a4c8ff4204387cf6a4
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/documentimport.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/documentimport.hxx b/sc/inc/documentimport.hxx
index 06203019b042..25d4a03fdd1a 100644
--- a/sc/inc/documentimport.hxx
+++ b/sc/inc/documentimport.hxx
@@ -23,6 +23,7 @@ class ScColumn;
class ScAddress;
class ScTokenArray;
class ScFormulaCell;
+struct ScSetStringParam;
struct ScDocumentImportImpl;
/**
@@ -59,7 +60,8 @@ public:
void setOriginDate(sal_uInt16 nYear, sal_uInt16 nMonth, sal_uInt16 nDay);
- void setAutoInput(const ScAddress& rPos, const OUString& rStr);
+ void setAutoInput(const ScAddress& rPos, const OUString& rStr,
+ ScSetStringParam* pStringParam = NULL);
void setNumericCell(const ScAddress& rPos, double fVal);
void setStringCell(const ScAddress& rPos, const OUString& rStr);
void setEditCell(const ScAddress& rPos, EditTextObject* pEditText);