From ac6e8ac7e407887a18bca6c835f85e372a4d0932 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 6 Feb 2014 23:21:40 +0100 Subject: typo fixes in comments Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc --- sc/source/core/tool/scmatrix.cxx | 2 +- sc/source/ui/docshell/externalrefmgr.cxx | 2 +- sc/source/ui/unoobj/shapeuno.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sc') diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index c6a49548642c..74f7fa3d9528 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -1100,7 +1100,7 @@ public: void operator() (const MatrixImplType::element_block_node_type& node) { - // early exit if match aleady found + // early exit if match already found if (mnResult != ResultNotSet) return; diff --git a/sc/source/ui/docshell/externalrefmgr.cxx b/sc/source/ui/docshell/externalrefmgr.cxx index 8c312ac97004..343194f556f1 100644 --- a/sc/source/ui/docshell/externalrefmgr.cxx +++ b/sc/source/ui/docshell/externalrefmgr.cxx @@ -2354,7 +2354,7 @@ bool ScExternalRefManager::isFileLoadable(const OUString& rFile) const void ScExternalRefManager::maybeLinkExternalFile(sal_uInt16 nFileId) { if (maLinkedDocs.count(nFileId)) - // file alerady linked, or the link has been broken. + // file already linked, or the link has been broken. return; // Source document not linked yet. Link it now. diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx index 7259aae509ad..cf1de02f53d0 100644 --- a/sc/source/ui/unoobj/shapeuno.cxx +++ b/sc/source/ui/unoobj/shapeuno.cxx @@ -1363,7 +1363,7 @@ uno::Sequence SAL_CALL ScShapeObj::getImplementationId() if( xAggShape.is() ) { const OUString aShapeType( xAggShape->getShapeType() ); - // did we already compute an implementation id for the agregated shape type? + // did we already compute an implementation id for the aggregated shape type? ScShapeImplementationIdMap::iterator aIter( aImplementationIdMap.find(aShapeType ) ); if( aIter == aImplementationIdMap.end() ) { -- cgit