From ba8c04a6fc7d1931b4417af99aa0b45091747d83 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 26 Jan 2018 12:52:26 +0100 Subject: Fix typos Change-Id: I78025acb7e17d894252b19b351eeae7a27fc5e97 Reviewed-on: https://gerrit.libreoffice.org/48685 Tested-by: Jenkins Reviewed-by: Jens Carl --- UnoControls/source/controls/progressmonitor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UnoControls/source/controls/progressmonitor.cxx') diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index 74e43d05dfb2..d7296e871639 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -487,7 +487,7 @@ void SAL_CALL ProgressMonitor::dispose () removeControl ( xRef_Button ); removeControl ( m_xProgressBar.get() ); - // do'nt use "...->clear ()" or "... = XFixedText ()" + // don't use "...->clear ()" or "... = XFixedText ()" // when other hold a reference at this object !!! xRef_Topic_Top->dispose (); xRef_Text_Top->dispose (); -- cgit