diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-02-05 17:11:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-02-05 17:11:49 +0100 |
commit | e7ce52acd75cf90ff90ed5fb6a809b5813337411 (patch) | |
tree | d9e8fceab4c2de0641e902e845d14c0413d0464b | |
parent | 3d409c6bdb8d4a445ec5baf1eaa296d50d4afdb9 (diff) |
fix typo in comments
Change-Id: I7defc08f6ce2a25f33839c5e8f76548d78443410
-rw-r--r-- | sc/source/ui/cctrl/tbzoomsliderctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/stbctrls/zoomsliderctrl.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 ) |