summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docfunc.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-09-17 19:32:15 +0200
committerNiklas Nebel <nn@openoffice.org>2010-09-17 19:32:15 +0200
commit3024512c90d8660d35d4824471c436d68aa62241 (patch)
tree42747d7c3256b4370380e51bbbbf6a222d583a36 /sc/source/ui/inc/docfunc.hxx
parent446e15e12e10de5511435969d08b46c9b5203e22 (diff)
mib19: #163664# text values for VBA range Value property must be parsed (always English)
Diffstat (limited to 'sc/source/ui/inc/docfunc.hxx')
-rw-r--r--sc/source/ui/inc/docfunc.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/inc/docfunc.hxx b/sc/source/ui/inc/docfunc.hxx
index c92cc082986d..e36e1a9af92f 100644
--- a/sc/source/ui/inc/docfunc.hxx
+++ b/sc/source/ui/inc/docfunc.hxx
@@ -92,7 +92,8 @@ public:
// creates a new cell for use with PutCell
ScBaseCell* InterpretEnglishString( const ScAddress& rPos, const String& rText,
- const String& rFormulaNmsp, const formula::FormulaGrammar::Grammar eGrammar );
+ const String& rFormulaNmsp, const formula::FormulaGrammar::Grammar eGrammar,
+ short* pRetFormatType = NULL );
bool ShowNote( const ScAddress& rPos, bool bShow = true );
inline bool HideNote( const ScAddress& rPos ) { return ShowNote( rPos, false ); }