sc/source/ui/cctrl/tbzoomsliderctrl.cxx | 2 +- svx/source/stbctrls/zoomsliderctrl.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit e7ce52acd75cf90ff90ed5fb6a809b5813337411 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Feb 5 17:11:49 2019 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Feb 5 17:11:49 2019 +0100 fix typo in comments Change-Id: I7defc08f6ce2a25f33839c5e8f76548d78443410 diff --git a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx index af8b1b798191..3ccad9b2c189 100644 --- a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx +++ b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx @@ -347,7 +347,7 @@ void ScZoomSliderWnd::UpdateFromItem( const SvxZoomSliderItem* pZoomSliderItem ) aTmpSnappingPoints.insert( static_cast<sal_uInt16>(nSnappingPoint) ); } - // remove snapping points that are to close to each other: + // remove snapping points that are too close to each other: long nLastOffset = 0; for ( const sal_uInt16 nCurrent : aTmpSnappingPoints ) diff --git a/svx/source/stbctrls/zoomsliderctrl.cxx b/svx/source/stbctrls/zoomsliderctrl.cxx index 7cda81a5dd2c..1c973028dde2 100644 --- a/svx/source/stbctrls/zoomsliderctrl.cxx +++ b/svx/source/stbctrls/zoomsliderctrl.cxx @@ -202,7 +202,7 @@ void SvxZoomSliderControl::StateChanged( sal_uInt16 /*nSID*/, SfxItemState eStat aTmpSnappingPoints.insert( static_cast<sal_uInt16>(nSnappingPoint) ); } - // remove snapping points that are to close to each other: + // remove snapping points that are too close to each other: long nLastOffset = 0; for ( const sal_uInt16 nCurrent : aTmpSnappingPoints ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits