From 81cb993127d0e399b1c9888fe4f4655b831593d9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 9 Feb 2015 10:45:13 +0100 Subject: Fix of a few typos Change-Id: Ib2a311f0341d165a8f9d3f7a11ec36378fd69519 Reviewed-on: https://gerrit.libreoffice.org/14373 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- UnoControls/source/controls/progressmonitor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UnoControls') 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; } -- cgit