summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-12 17:05:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-12 20:44:39 +0100
commit69b46d7a3b7cd1f0f398ec18583a7383deef25d8 (patch)
tree5b115527a5e5414c7c6532b75e5b345d900a98c9 /sw
parent4bb28ad217ea9d6511b6921dcd3d28328edcb4d6 (diff)
Fix typos
Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a Reviewed-on: https://gerrit.libreoffice.org/63297 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/crsr/pam.cxx2
-rw-r--r--sw/source/core/undo/untbl.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/crsr/pam.cxx b/sw/source/core/crsr/pam.cxx
index eff3dad802f1..1c10bea10ac5 100644
--- a/sw/source/core/crsr/pam.cxx
+++ b/sw/source/core/crsr/pam.cxx
@@ -737,7 +737,7 @@ bool SwPaM::HasReadonlySel( bool bFormView ) const
/// This function returns the next node in direction of search. If there is no
/// left or the next is out of the area, then a null-pointer is returned.
-/// @param rbFirst If <true> than first time request. If so than the position of
+/// @param rbFirst If <true> then first time request. If so than the position of
/// the PaM must not be changed!
SwContentNode* GetNode( SwPaM & rPam, bool& rbFirst, SwMoveFnCollection const & fnMove,
bool bInReadOnly )
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index d1d349ae9615..7b7f7cd5115e 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -2226,7 +2226,7 @@ void SwUndoTableNumFormat::UndoImpl(::sw::UndoRedoContext & rContext)
return;
SwTextNode* pTextNd = rDoc.GetNodes()[ m_nNodePos ]->GetTextNode();
- // If more than one node was deleted than all "node" attributes were also
+ // If more than one node was deleted then all "node" attributes were also
// saved
if( pTextNd->HasSwAttrSet() )
pTextNd->ResetAllAttr();
@@ -2687,7 +2687,7 @@ void SwUndoTableCpyTable::AddBoxAfter( const SwTableBox& rBox, const SwNodeIndex
{
UndoTableCpyTable_Entry *const pEntry = m_vArr.back().get();
- // If the content was deleted than remove also the temporarily created node
+ // If the content was deleted then remove also the temporarily created node
if( bDelContent )
{
SwDoc* pDoc = rBox.GetFrameFormat()->GetDoc();