From 8f2045046c1c27395c7afb1168eac5baeb423aa1 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Fri, 4 Jun 2010 18:59:28 +0200 Subject: calc55: #i112123# when loading, don't initialize StdPrecision in DocOptions from configuration --- sc/source/ui/inc/docsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/inc/docsh.hxx') diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 09d34c661995..0ef96bffc386 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -125,7 +125,7 @@ class SC_DLLPUBLIC ScDocShell: public SfxObjectShell, public SfxListener SC_DLLPRIVATE void InitItems(); SC_DLLPRIVATE void DoEnterHandler(); - SC_DLLPRIVATE void InitOptions(); + SC_DLLPRIVATE void InitOptions(bool bForLoading); SC_DLLPRIVATE void ResetDrawObjectShell(); // SUNWS needs a forward declared friend, otherwise types and members -- cgit