summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-24 22:54:11 +0200
committerTamás Zolnai <tamas.zolnai@collabora.com>2017-09-25 12:20:56 +0200
commite44c188a7353cc183fac8ece0cbf3611d842835e (patch)
tree94491ea5c79bfb8b7845ecb57738e9735e5b0e54 /framework
parente1b9b8c91afdb9cb47d3c463a6a28ed4e23f63aa (diff)
Fix typos
Change-Id: I879a52820d78d9151ef64dd21612379f617f66e2 Reviewed-on: https://gerrit.libreoffice.org/42726 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--framework/source/services/sessionlistener.cxx2
2 files changed, 2 insertions, 2 deletions
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);