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 /sc/source/ui/view | |
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>
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r-- | sc/source/ui/view/output2.cxx | 2 |
1 files changed, 1 insertions, 1 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" ); |