summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-02-06 23:21:40 +0100
committerAndras Timar <andras.timar@collabora.com>2014-02-06 23:22:30 +0100
commitac6e8ac7e407887a18bca6c835f85e372a4d0932 (patch)
tree4011854fc6beb6c4bf03fc278efeeffddedae7d0 /sc
parent31ae0011352faa834da8969559430935e81d479f (diff)
typo fixes in comments
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/scmatrix.cxx2
-rw-r--r--sc/source/ui/docshell/externalrefmgr.cxx2
-rw-r--r--sc/source/ui/unoobj/shapeuno.cxx2
3 files changed, 3 insertions, 3 deletions
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_Int8> 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() )
{