summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();