diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-19 14:03:27 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-06-21 19:56:13 +0000 |
commit | 9ed033917b0bdaeb663395224a5e5b8b20a67169 (patch) | |
tree | fee00e845d8a2790efd874e5946f2fd07557b156 /sc/source/ui/docshell/docsh6.cxx | |
parent | 703832caef64e212d276667c7f2d79e4018abeea (diff) |
Fix typos
Change-Id: I2297bf392a405f02be2450f4624f1c9fc0b512ce
Reviewed-on: https://gerrit.libreoffice.org/16373
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/docshell/docsh6.cxx')
-rw-r--r-- | sc/source/ui/docshell/docsh6.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index edcb21c7dfa2..3c5db065ce9f 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -452,7 +452,7 @@ void ScDocShell::SetFormulaOptions( const ScFormulaOptions& rOpt, bool bForLoadi // This is nasty because it resets module globals from within a docshell! // For actual damage caused see fdo#82183 where an unconditional // ScGlobal::ResetFunctionList() (without checking GetUseEnglishFuncName()) - // lead to a crash becasuse the function list was still used by the Formula + // lead to a crash because the function list was still used by the Formula // Wizard when loading the second document. // Do the stupid stuff only when we're not called while loading a document. |