summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-20 07:35:42 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-20 07:37:59 +0100
commit2d279bc7d96b26c0721605cc98bd8e07bd03b707 (patch)
tree85d0530dbbad78f6734ae4abce844998de1642d0
parent3640717c8153e8b8e212e3aaa505007f7b8b0430 (diff)
Typo: intead->instead
Change-Id: I6aff104fa5749217d5c9628b5dfbfd3ac79bdc43
-rw-r--r--sc/source/filter/excel/xeroot.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xeroot.cxx b/sc/source/filter/excel/xeroot.cxx
index 96f508555503..876ed65e0185 100644
--- a/sc/source/filter/excel/xeroot.cxx
+++ b/sc/source/filter/excel/xeroot.cxx
@@ -216,7 +216,7 @@ void XclExpRoot::InitializeGlobals()
ScDocument& rDoc = GetDoc();
// Pass the model factory to OpCodeProvider, not the process
// service factory, otherwise a FormulaOpCodeMapperObj would be
- // instantiated intead of a ScFormulaOpCodeMapperObj and the
+ // instantiated instead of a ScFormulaOpCodeMapperObj and the
// ScCompiler virtuals not be called! Which would be the case with
// the current (2013-01-24) rDoc.GetServiceManager()
const SfxObjectShell* pShell = rDoc.GetDocumentShell();