summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-25 23:38:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-06-26 09:20:18 +0200
commitdbcc169d8c1008d46f62e0a526aa89331471621a (patch)
treed0945680a37330685fe992a1be8099359b6ed286 /sc
parent2dbe6a2d57956be392966c363d03f54cb68dd4fa (diff)
Fix typos
Change-Id: I2ce725f87ee6f8ebcffbac268cc7e7f8850023e5 Reviewed-on: https://gerrit.libreoffice.org/39232 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xcl97/xcl97rec.cxx2
-rw-r--r--sc/source/ui/docshell/externalrefmgr.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/xcl97/xcl97rec.cxx b/sc/source/filter/xcl97/xcl97rec.cxx
index 30fc08bd9af4..951bf09bd53c 100644
--- a/sc/source/filter/xcl97/xcl97rec.cxx
+++ b/sc/source/filter/xcl97/xcl97rec.cxx
@@ -379,7 +379,7 @@ void XclObj::ImplWriteAnchor( const XclExpRoot& /*rRoot*/, const SdrObject* pSdr
void XclObj::SetEscherShapeType( sal_uInt16 nType )
{
-//ToDo: what about the other defined ot... types?
+//ToDo: what about the other defined or... types?
switch ( nType )
{
case ESCHER_ShpInst_Line :
diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx
index 2f76c4b7c049..a395daf2dd24 100644
--- a/sc/source/ui/docshell/externalrefmgr.cxx
+++ b/sc/source/ui/docshell/externalrefmgr.cxx
@@ -2614,7 +2614,7 @@ void ScExternalRefManager::maybeLinkExternalFile( sal_uInt16 nFileId, bool bDefe
}
// If a filter was already set (for example, loading the cached table),
// don't call GetFilterName which has to access the source file.
- // If filter detection is deferred, the next successfull loadSrcDocument()
+ // If filter detection is deferred, the next successful loadSrcDocument()
// will update SrcFileData filter name.
if (aFilter.isEmpty() && !bDeferFilterDetection)
ScDocumentLoader::GetFilterName(*pFileName, aFilter, aOptions, true, false);