[Libreoffice-commits] core.git: sc/source
Julien Nabet
serval2412 at yahoo.fr
Thu Mar 19 23:38:51 PDT 2015
sc/source/filter/excel/xeroot.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2d279bc7d96b26c0721605cc98bd8e07bd03b707
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri Mar 20 07:35:42 2015 +0100
Typo: intead->instead
Change-Id: I6aff104fa5749217d5c9628b5dfbfd3ac79bdc43
diff --git a/sc/source/filter/excel/xeroot.cxx b/sc/source/filter/excel/xeroot.cxx
index 96f5085..876ed65 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();
More information about the Libreoffice-commits
mailing list