From 11ca1f86f80984ec07f5051ab05f864d55db5974 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 20 Nov 2017 22:01:09 +0100 Subject: Fix typos Change-Id: I40b3a46d46f0586d086bdbe41876c088f8c1cb58 Reviewed-on: https://gerrit.libreoffice.org/45007 Tested-by: Jenkins Reviewed-by: Jens Carl --- UnoControls/source/controls/progressbar.cxx | 2 +- UnoControls/source/inc/progressbar.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'UnoControls') diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx index 6ff8b8671530..d94409e5e337 100644 --- a/UnoControls/source/controls/progressbar.cxx +++ b/UnoControls/source/controls/progressbar.cxx @@ -344,7 +344,7 @@ void ProgressBar::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGra nBlockStart += m_aBlockSize.Width; } } - // draw vertikal progressbar + // draw vertical progressbar // decision in "recalcRange()" else { diff --git a/UnoControls/source/inc/progressbar.hxx b/UnoControls/source/inc/progressbar.hxx index cdacc9c66ce3..f3d073d8bacc 100644 --- a/UnoControls/source/inc/progressbar.hxx +++ b/UnoControls/source/inc/progressbar.hxx @@ -135,7 +135,7 @@ protected: private: - bool m_bHorizontal; // orientation for steps [true=horizontal/false=vertikal] + bool m_bHorizontal; // orientation for steps [true=horizontal/false=vertical] css::awt::Size m_aBlockSize; // width and height of a block [>=0,0] sal_Int32 m_nForegroundColor; // (alpha,r,g,b) sal_Int32 m_nBackgroundColor; // (alpha,r,g,b) -- cgit