diff options
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/source/controls/progressmonitor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 (); |