diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-11-19 20:57:04 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-19 20:59:00 +0100 |
commit | d5e30952beeb87b62048a9e3a34800e9a948b5a8 (patch) | |
tree | a936ab653ec1d8569d0204ad26ee3888bec94589 | |
parent | 4efae8d0f71120beb28126ba6063a80ce2e08c81 (diff) |
Typos about "bottom"
Change-Id: I8fec1f12d5f8330cd54da3e219268bf4e0b4c213
Reviewed-on: https://gerrit.libreoffice.org/44932
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/source/ui/view/output2.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/inc/rootfrm.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/view/pagepreviewlayout.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/envelp/envprt.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx index eb990ce561b7..a257c8f1a576 100644 --- a/sc/source/ui/view/output2.cxx +++ b/sc/source/ui/view/output2.cxx @@ -5203,7 +5203,7 @@ void ScOutputData::DrawRotated(bool bPixelToLogic) } } - // TOPBOTTON and BOTTOMTOP are handled in DrawStrings/DrawEdit + // TOPBOTTOM and BOTTOMTOP are handled in DrawStrings/DrawEdit OSL_ENSURE( eOrient == SvxCellOrientation::Standard && nAttrRotate, "DrawRotated: no rotation" ); diff --git a/sw/source/core/inc/rootfrm.hxx b/sw/source/core/inc/rootfrm.hxx index 1767a0814e0e..8dfc3452dd94 100644 --- a/sw/source/core/inc/rootfrm.hxx +++ b/sw/source/core/inc/rootfrm.hxx @@ -308,7 +308,7 @@ public: * Point rPt: The point that should be used to find the page * Size pSize: If given, we return the (first) page that overlaps with the * rectangle defined by rPt and pSize - * bool bExtend: Extend each page to the left/right/top/botton up to the + * bool bExtend: Extend each page to the left/right/top/bottom up to the * next page margin */ const SwPageFrame* GetPageAtPos( const Point& rPt, const Size* pSize = nullptr, bool bExtend = false ) const; diff --git a/sw/source/core/view/pagepreviewlayout.cxx b/sw/source/core/view/pagepreviewlayout.cxx index e7de84de66b9..3a13cc7f8ae4 100644 --- a/sw/source/core/view/pagepreviewlayout.cxx +++ b/sw/source/core/view/pagepreviewlayout.cxx @@ -431,7 +431,7 @@ bool SwPagePreviewLayout::Prepare( const sal_uInt16 _nProposedStartPageNum, } // shift visible preview document area to the top, - // if on the botton is an area left blank. + // if on the bottom is an area left blank. if ( mbBookPreviewModeToggled && maPaintedPreviewDocRect.Bottom() == maPreviewDocRect.Bottom() && maPaintedPreviewDocRect.GetHeight() < maWinSize.Height() ) diff --git a/sw/source/ui/envelp/envprt.cxx b/sw/source/ui/envelp/envprt.cxx index b1a5819fd662..397e675f9f0f 100644 --- a/sw/source/ui/envelp/envprt.cxx +++ b/sw/source/ui/envelp/envprt.cxx @@ -88,7 +88,7 @@ IMPL_LINK_NOARG(SwEnvPrtPage, ClickHdl, Button*, void) { if (m_pBottomButton->IsChecked()) { - // Envelope from botton + // Envelope from bottom m_pAlignBox->SetItemImage(m_aIds[ENV_HOR_LEFT], Image(BitmapEx(BMP_HOR_LEFT_LOWER))); m_pAlignBox->SetItemImage(m_aIds[ENV_HOR_CNTR], Image(BitmapEx(BMP_HOR_CNTR_LOWER))); m_pAlignBox->SetItemImage(m_aIds[ENV_HOR_RGHT], Image(BitmapEx(BMP_HOR_RGHT_LOWER))); |