diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /sw/source/uibase/uiview | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/uibase/uiview')
-rw-r--r-- | sw/source/uibase/uiview/pview.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uiview/view.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uiview/view2.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/uiview/viewsrch.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/uiview/pview.cxx b/sw/source/uibase/uiview/pview.cxx index 9375cb18763c..4adc0a272e5c 100644 --- a/sw/source/uibase/uiview/pview.cxx +++ b/sw/source/uibase/uiview/pview.cxx @@ -1323,7 +1323,7 @@ void SwPagePreview::OuterResizePixel( const Point &rOfst, const Size &rSize ) SetVisArea( Rectangle( Point(), aBottomRight ) ); // Call of the DocSzChgd-Methode of the scrollbars is necessary, - // because from the maximum scoll range half the height of the + // because from the maximum scroll range half the height of the // VisArea is always deducted. if ( pVScrollbar && aTmpSize.Width() > 0 && aTmpSize.Height() > 0 ) { diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx index 64f9b729bdb2..daf170072ef9 100644 --- a/sw/source/uibase/uiview/view.cxx +++ b/sw/source/uibase/uiview/view.cxx @@ -1059,7 +1059,7 @@ SwView::~SwView() EndListening(*GetDocShell()); delete m_pScrollFill; delete m_pWrtShell; - m_pWrtShell = 0; // Set to 0, so that it is not accessable by the following dtors cannot. + m_pWrtShell = 0; // Set to 0, so that it is not accessible by the following dtors cannot. m_pShell = 0; delete m_pHScrollbar; delete m_pVScrollbar; diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index 1625a884a7fc..e9591742b575 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -1637,7 +1637,7 @@ void SwView::StateStatusLine(SfxItemSet &rSet) } } -/** excecute method for the status line +/** execute method for the status line * * @param rReq ??? */ diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx index 9e0eca819b2c..3e2bfbe3a09a 100644 --- a/sw/source/uibase/uiview/viewsrch.cxx +++ b/sw/source/uibase/uiview/viewsrch.cxx @@ -236,7 +236,7 @@ void SwView::ExecSearch(SfxRequest& rReq, bool bNoMessage) { // 1) Replace selection (Not if only attributes should be replaced) -//JP 27.04.95: Why ? +//JP 27.04.95: Why? // what if you only want to assign attributes to the found?? sal_uInt16 nCmd = SVX_SEARCHCMD_FIND; |