diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 08:43:12 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 11:00:40 +0200 |
commit | e154e3652e8292fce066f0f942620c859a5e3991 (patch) | |
tree | 5562b2e1352b3c8bb0b244358d84ae54f25f6f65 /sw/source/uibase/wrtsh | |
parent | 2550b380e8f81528aa2dde5790c3b607c068ee1a (diff) |
Fix typos
Change-Id: I3d1dd03022eb37609ee0dd62c4ee9cec93ac0717
Reviewed-on: https://gerrit.libreoffice.org/76813
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r-- | sw/source/uibase/wrtsh/move.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/wrtsh/select.cxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/wrtsh/wrtsh1.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/wrtsh/move.cxx b/sw/source/uibase/wrtsh/move.cxx index 8b15c5e9dff7..76f4baedaba5 100644 --- a/sw/source/uibase/wrtsh/move.cxx +++ b/sw/source/uibase/wrtsh/move.cxx @@ -226,7 +226,7 @@ bool SwWrtShell::GoStart( bool bKeepArea, bool *pMoveTable, } else if( bBoxSelection && pMoveTable ) { - // JP 09.01.96: We have a box selection (or a empty cell) + // JP 09.01.96: We have a box selection (or an empty cell) // and we want select (pMoveTable will be // set in SelAll). Then the table must not // be left, otherwise there is no selection diff --git a/sw/source/uibase/wrtsh/select.cxx b/sw/source/uibase/wrtsh/select.cxx index 5534ac0c29a5..348876e7ffad 100644 --- a/sw/source/uibase/wrtsh/select.cxx +++ b/sw/source/uibase/wrtsh/select.cxx @@ -453,7 +453,7 @@ void SwWrtShell::ExtSelWrd(const Point *pPt, bool ) return; // Bug 66823: actual crsr has in additional mode no selection? - // Then destroy the actual an go to prev, this will be expand + // Then destroy the actual and go to prev, this will be expand if( !HasMark() && GoPrevCursor() ) { bool bHasMark = HasMark(); // that's wrong! @@ -511,7 +511,7 @@ void SwWrtShell::ExtSelLn(const Point *pPt, bool ) return; // Bug 66823: actual crsr has in additional mode no selection? - // Then destroy the actual an go to prev, this will be expand + // Then destroy the actual and go to prev, this will be expand if( !HasMark() && GoPrevCursor() ) { bool bHasMark = HasMark(); // that's wrong! diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx index a2de7b9c1bcb..1bf28c2f8c54 100644 --- a/sw/source/uibase/wrtsh/wrtsh1.cxx +++ b/sw/source/uibase/wrtsh/wrtsh1.cxx @@ -478,7 +478,7 @@ bool SwWrtShell::InsertOleObject( const svt::EmbeddedObjectRef& xRef, SwFlyFrame //Some differences between StarMath and any other objects: //1. Selections should be deleted. For StarMath the Text should be // passed to the Object - //2. If the cursor is at the end of an non empty paragraph a paragraph + //2. If the cursor is at the end of a non empty paragraph a paragraph // break should be inserted. StarMath objects are character bound and // no break should be inserted. //3. If an selection is passed to a StarMath object, this object should |