diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-24 22:54:11 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-09-25 12:20:56 +0200 |
commit | e44c188a7353cc183fac8ece0cbf3611d842835e (patch) | |
tree | 94491ea5c79bfb8b7845ecb57738e9735e5b0e54 /sw | |
parent | e1b9b8c91afdb9cb47d3c463a6a28ed4e23f63aa (diff) |
Fix typos
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2
Reviewed-on: https://gerrit.libreoffice.org/42726
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/dbmgr.hxx | 4 | ||||
-rw-r--r-- | sw/source/core/docnode/swbaslnk.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/wrtw8nds.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par2.cxx | 4 | ||||
-rw-r--r-- | sw/source/filter/ww8/ww8par6.cxx | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index 0947bf0e4804..892bf3ad648b 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -486,10 +486,10 @@ public: /// Stop reacting to removed database registrations. void releaseRevokeListener(); - /// Revoke not commited registrations in case of mail merge cancel + /// Revoke not committed registrations in case of mail merge cancel void RevokeLastRegistrations(); - /// Accept not commited registrations + /// Accept not committed registrations void CommitLastRegistrations(); /// Remove not used connections. diff --git a/sw/source/core/docnode/swbaslnk.cxx b/sw/source/core/docnode/swbaslnk.cxx index de742ac81d94..c6ca7da2b8c2 100644 --- a/sw/source/core/docnode/swbaslnk.cxx +++ b/sw/source/core/docnode/swbaslnk.cxx @@ -63,7 +63,7 @@ static void lcl_CallModify( SwGrfNode& rGrfNd, SfxPoolItem& rItem ) //call fist all not SwNoTextFrames, then the SwNoTextFrames. // The reason is, that in the SwNoTextFrames the Graphic // after a Paint will be swapped out! So all other "behind" - // them havent't a loaded Graphic. + // them haven't a loaded Graphic. rGrfNd.LockModify(); { SwIterator<SwClient,SwGrfNode> aIter(rGrfNd); diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx index 1397526a02d5..91eed80cdc65 100644 --- a/sw/source/filter/ww8/wrtw8nds.cxx +++ b/sw/source/filter/ww8/wrtw8nds.cxx @@ -620,7 +620,7 @@ FlyProcessingState SwWW8AttrIter::OutFlys(sal_Int32 nSwPos) const sal_Int32 nPos = rAnchor.nContent.GetIndex(); if ( nPos != nSwPos ) - return FLY_NOT_PROCESSED ; //We havent processed the fly + return FLY_NOT_PROCESSED ; // We haven't processed the fly const SdrObject* pSdrObj = maFlyIter->GetFrameFormat().FindRealSdrObject(); diff --git a/sw/source/filter/ww8/ww8par2.cxx b/sw/source/filter/ww8/ww8par2.cxx index 85ec71a4701f..f9891290d0aa 100644 --- a/sw/source/filter/ww8/ww8par2.cxx +++ b/sw/source/filter/ww8/ww8par2.cxx @@ -2387,8 +2387,8 @@ void WW8TabDesc::CalcDefaults() /* If the last cell was "false" then there is no valid cell following it, - so the default mapping forward wont't work. So map it (and - contiguous invalid cells backwards to the last valid cell instead. + so the default mapping forward won't work. So map it (and + contiguous invalid cells backwards to the last valid cell instead.) */ if (i && !pR->bExist[i-1]) { diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx index 2130cdc25f39..a375003a4228 100644 --- a/sw/source/filter/ww8/ww8par6.cxx +++ b/sw/source/filter/ww8/ww8par6.cxx @@ -3013,7 +3013,7 @@ the same sprmCMajority as appears before 0x6f in word 6/95 I think the easiest explanation is that the CJK Word for Window 95, or whatever the product was went rogue, and did their own things with at least first three slots after sprmCMajority to do a different thing. I have no reason to think Tono -was wrong with what they do in the a698<->a699 versions versions, but with magic +was wrong with what they do in the a698<->a699 versions, but with magic a5dc they probably did mean sprmCFBoldBi, sprmCFItalicBi cause they have that 0x81 pattern which has significance for those types of properties. */ |