summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-02-05 17:11:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-02-05 17:11:49 +0100
commite7ce52acd75cf90ff90ed5fb6a809b5813337411 (patch)
treed9e8fceab4c2de0641e902e845d14c0413d0464b /svx
parent3d409c6bdb8d4a445ec5baf1eaa296d50d4afdb9 (diff)
fix typo in comments
Change-Id: I7defc08f6ce2a25f33839c5e8f76548d78443410
Diffstat (limited to 'svx')
-rw-r--r--svx/source/stbctrls/zoomsliderctrl.cxx2
1 files changed, 1 insertions, 1 deletions
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 )