summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorAlbert Thuswaldner <albert.thuswaldner@gmail.com>2012-02-27 00:41:39 +0100
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-27 12:13:29 -0500
commit90284a5e7a1e5dcdd8e7473914db1ce6edc19f94 (patch)
tree695ba0adf1aa621fdb4c9b67f691da3b885f554a /sc/source/ui/inc/docsh.hxx
parentb091acc26d145f2194662df64806f09fb78ef006 (diff)
Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShell
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 74e12f45b36c..488c202de6cc 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -39,6 +39,7 @@
#include "scdllapi.h"
#include "scdll.hxx"
#include "document.hxx"
+#include "appoptio.hxx"
#include "shellids.hxx"
#include "refreshtimer.hxx"
#include "optutil.hxx"
@@ -320,6 +321,7 @@ public:
void UpdateLinks(); // Link-Eintraege aktuallisieren
sal_Bool ReloadTabLinks(); // Links ausfuehren (Inhalt aktualisieren)
+ void SetFormulaOptions(const ScAppOptions& rAppOpt );
virtual void CheckConfigOptions();
void PostEditView( ScEditEngineDefaulter* pEditEngine, const ScAddress& rCursorPos );