summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:32:04 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 21:32:04 +0100
commita4285867cdac221f34cffe2e6c1893684fe4c62e (patch)
treebf9485ddb4a9483d76a6569fad7b5abc1d774929 /sw
parentTypo: realtion -> relation (diff)
downloadcore-a4285867cdac221f34cffe2e6c1893684fe4c62e.tar.gz
core-a4285867cdac221f34cffe2e6c1893684fe4c62e.zip
Typo: atribute(s) -> attribute(s)
Change-Id: I5434402e372c4567b2c3f96f5c175618ba3e5cfb
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
-rw-r--r--sw/source/core/text/pormulti.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 90d5415971a9..b1f0c9696b79 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -1837,7 +1837,7 @@ void SwTabFrm::MakeAll()
LockJoin(); //I don't want to be destroyed on the way.
SwLayNotify aNotify( this ); //does the notification in the DTor
// If pos is invalid, we have to call a SetInvaKeep at aNotify.
- // Otherwise the keep atribute would not work in front of a table.
+ // Otherwise the keep attribute would not work in front of a table.
const sal_Bool bOldValidPos = GetValidPosFlag();
//If my neighbour is my Follow at the same time, I'll swallow it up.
diff --git a/sw/source/core/text/pormulti.cxx b/sw/source/core/text/pormulti.cxx
index 52ff5c46f786..8556be547fcf 100644
--- a/sw/source/core/text/pormulti.cxx
+++ b/sw/source/core/text/pormulti.cxx
@@ -1047,7 +1047,7 @@ SwMultiCreator* SwTxtSizeInfo::GetMultiCreator( sal_Int32 &rPos,
{
// If bOn is false and the next attribute starts later than rPos
// the winner attribute is interrupted at rPos.
- // If the start of the next atribute is behind the end of
+ // If the start of the next attribute is behind the end of
// the last attribute on the aEnd-stack, this is the endposition
// on the stack is the end of the 2-line portion.
if( !bOn || aEnd.back() < *pTmp->GetStart() )