summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-10-05 10:32:10 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-10-05 10:32:10 -0400
commit35c75a3c2f07c9662893af50789fd21586ccc88c (patch)
tree71aa09abceca6e8326884a0c70c73e9a859b3b8d /sc/source/ui/inc/docsh.hxx
parent52dc6590c55a2edd17afd252789cc5606a594c4f (diff)
Ported calc-formula-variable-sep-config-check-sc.diff from ooo-build.
This code handles situations where the formula arg separator is in conflict with the locale specific decimal and/or thousand separators.
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index bae92e1c0cad..5c3d33ccb374 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -323,6 +323,8 @@ public:
void UpdateLinks(); // Link-Eintraege aktuallisieren
BOOL ReloadTabLinks(); // Links ausfuehren (Inhalt aktualisieren)
+ virtual void CheckConfigOptions();
+
void PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos );
void PostPaint( SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab,