From e44c188a7353cc183fac8ece0cbf3611d842835e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 24 Sep 2017 22:54:11 +0200 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai --- framework/source/services/frame.cxx | 2 +- framework/source/services/sessionlistener.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index ef0b48fef1bf..37d8032bcd04 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -833,7 +833,7 @@ css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getContainerWindow() @descr We need a parent to support some functionality! e.g. findFrame() By the way we use the chance to set an internal information about our top state. So we must not check this information during every isTop() call. - We are top, if our parent is the desktop instance or we havent any parent. + We are top, if our parent is the desktop instance or we haven't any parent. @seealso getCreator() @seealso findFrame() diff --git a/framework/source/services/sessionlistener.cxx b/framework/source/services/sessionlistener.cxx index 6a57c566907f..ec26813e814e 100644 --- a/framework/source/services/sessionlistener.cxx +++ b/framework/source/services/sessionlistener.cxx @@ -189,7 +189,7 @@ void SessionListener::StoreSession( bool bAsync ) xDispatch->dispatch(aURL, args); } catch (const css::uno::Exception& e) { SAL_WARN("fwk.session",e.Message); - // save failed, but tell manager to go on if we havent yet dispatched the request + // save failed, but tell manager to go on if we haven't yet dispatched the request // in case of synchronous saving the notification is done by the caller if ( bAsync && m_rSessionManager.is() ) m_rSessionManager->saveDone(this); -- cgit