diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-02-09 10:45:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-09 16:20:09 +0000 |
commit | 81cb993127d0e399b1c9888fe4f4655b831593d9 (patch) | |
tree | 9b705d165a2734ddd5bae2bb95ebe0742e3dd0fe /UnoControls | |
parent | 3a70ae03fee12e6b8ed87afba1095bc78f9a9812 (diff) |
Fix of a few typos
Change-Id: Ib2a311f0341d165a8f9d3f7a11ec36378fd69519
Reviewed-on: https://gerrit.libreoffice.org/14373
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'UnoControls')
-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; } |