From e6ac6cbccf0e26b860b2a8c276fea258091d9da3 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Sat, 26 Apr 2014 19:28:59 +0200 Subject: automaticly -> automatically. Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847 --- UnoControls/source/controls/progressmonitor.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'UnoControls/source/controls/progressmonitor.cxx') diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index c650dbed0ffe..4e7e1141b795 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -82,12 +82,12 @@ ProgressMonitor::ProgressMonitor( const css::uno::Reference< XComponentContext > addControl ( CONTROLNAME_BUTTON, xRef_Button ); addControl ( CONTROLNAME_PROGRESSBAR, m_xProgressBar.get() ); - // FixedText make it automaticly visible by himself ... but not the progressbar !!! + // FixedText make it automatically visible by himself ... but not the progressbar !!! // it must be set explicitly m_xProgressBar->setVisible( sal_True ); // Reset to defaults !!! - // (progressbar take automaticly its own defaults) + // (progressbar take automatically its own defaults) m_xButton->setLabel ( DEFAULT_BUTTONLABEL ); m_xTopic_Top->setText ( PROGRESSMONITOR_DEFAULT_TOPIC ); m_xText_Top->setText ( PROGRESSMONITOR_DEFAULT_TEXT ); @@ -535,7 +535,7 @@ void SAL_CALL ProgressMonitor::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int3 // calc new layout for controls impl_recalcLayout (); // clear background (!) - // [Children were repainted in "recalcLayout" by setPosSize() automaticly!] + // [Children were repainted in "recalcLayout" by setPosSize() automatically!] getPeer()->invalidate(2); // and repaint the control impl_paint ( 0, 0, impl_getGraphicsPeer() ); -- cgit