diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-16 11:32:16 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-16 11:32:16 +0200 |
commit | e278e19136f252ef8c0dfe451b7d31417bd65b09 (patch) | |
tree | efeabbd61aefb349f9a90eeca3ac973f67b77078 /sc/inc/column.hxx | |
parent | b2051877f9059fa428e259bdd474cee99992821e (diff) |
calc-html-csv-import-force-text-cell.diff: Migrated
n#523414
set cell format to Text when a string format is requested, and don't
prepend ' in front of the value.
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 2fa63eb91d74..668d64bb4289 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -66,6 +66,7 @@ struct ScFunctionData; struct ScLineFlags; struct ScMergePatternState; class ScFlatBoolRowSegments; +struct ScSetStringParam; #define COLUMN_DELTA 4 @@ -236,8 +237,7 @@ public: // TRUE = Zahlformat gesetzt BOOL SetString( SCROW nRow, SCTAB nTab, const String& rString, formula::FormulaGrammar::AddressConvention conv = formula::FormulaGrammar::CONV_OOO, - SvNumberFormatter* pFormatter = NULL, - bool bDetectNumberFormat = true ); + ScSetStringParam* pParam = NULL ); void SetValue( SCROW nRow, const double& rVal); void SetError( SCROW nRow, const USHORT nError); |