summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:31:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:54:33 +0100
commitd0222ba1fd7617b793e1e513247b11a82eb22f4e (patch)
treed1e393fd762374d834b10d5b9d3ebae2fe82f4f2 /framework/source
parent19e519593c940fbbf953b7d0ff6d7c86707f39e2 (diff)
Fix typos
Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e Reviewed-on: https://gerrit.libreoffice.org/47126 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/helper/persistentwindowstate.cxx2
-rw-r--r--framework/source/services/frame.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/helper/persistentwindowstate.cxx b/framework/source/helper/persistentwindowstate.cxx
index 60810826c941..dd9aae892c36 100644
--- a/framework/source/helper/persistentwindowstate.cxx
+++ b/framework/source/helper/persistentwindowstate.cxx
@@ -240,7 +240,7 @@ void PersistentWindowState::implst_setWindowStateOnWindow(const css::uno::Refere
if (!pWindow)
return;
- // check for system and work window - its necessary to guarantee correct pointer cast!
+ // check for system and work window - it's necessary to guarantee correct pointer cast!
bool bSystemWindow = pWindow->IsSystemWindow();
bool bWorkWindow = (pWindow->GetType() == WindowType::WORKWINDOW);
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 29d9371ca185..cb8a6b82024e 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -1255,7 +1255,7 @@ void SAL_CALL Frame::activate()
// But we do nothing then! We are already activated.
xParent->activate();
}
- // Its necessary to send event NOW - not before.
+ // It's necessary to send event NOW - not before.
// Activation goes from bottom to top!
// That's the reason to activate parent first and send event now.
implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_ACTIVATED );