diff options
Diffstat (limited to 'UnoControls/source')
-rw-r--r-- | UnoControls/source/controls/progressmonitor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx index df93a695c2d2..a2f19c350da3 100644 --- a/UnoControls/source/controls/progressmonitor.cxx +++ b/UnoControls/source/controls/progressmonitor.cxx @@ -862,12 +862,12 @@ IMPL_TextlistItem* ProgressMonitor::impl_searchTopic ( const OUString& rTopic, b if ( pSearchItem->sTopic == rTopic ) { - // We have found this topic ... return a valid pointer. + // We have found this topic... return a valid pointer. return pSearchItem; } } - // We have'nt found this topic ... return a nonvalid pointer. + // We haven't found this topic... return a nonvalid pointer. return NULL; } |