diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index b643023d3840..42928b56160a 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -146,6 +146,7 @@ class ScFormulaParserPool; struct ScClipParam; struct ScClipRangeNameData; class ScRowBreakIterator; +struct ScSetStringParam; namespace com { namespace sun { namespace star { namespace lang { @@ -773,7 +774,7 @@ public: // return TRUE = Zahlformat gesetzt SC_DLLPUBLIC BOOL SetString( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rString, - SvNumberFormatter* pFormatter = NULL, bool bDetectNumberFormat = true ); + ScSetStringParam* pParam = NULL ); SC_DLLPUBLIC void SetValue( SCCOL nCol, SCROW nRow, SCTAB nTab, const double& rVal ); void SetError( SCCOL nCol, SCROW nRow, SCTAB nTab, const USHORT nError); |