diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-12-29 00:31:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-12-29 09:54:33 +0100 |
commit | d0222ba1fd7617b793e1e513247b11a82eb22f4e (patch) | |
tree | d1e393fd762374d834b10d5b9d3ebae2fe82f4f2 /framework | |
parent | 19e519593c940fbbf953b7d0ff6d7c86707f39e2 (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')
-rw-r--r-- | framework/inc/classes/framecontainer.hxx | 2 | ||||
-rw-r--r-- | framework/qa/complex/framework/autosave/Protocol.java | 2 | ||||
-rw-r--r-- | framework/source/helper/persistentwindowstate.cxx | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx index 2e44244eb601..5da67fcf49ba 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -60,7 +60,7 @@ class FrameContainer final /// list to hold all frames TFrameContainer m_aContainer; - /// one container item can be the current active frame. Its necessary for Desktop or Frame implementation. + /// one container item can be the current active frame. It's necessary for Desktop or Frame implementation. css::uno::Reference< css::frame::XFrame > m_xActiveFrame; // interface diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java index a2b16f36352e..8f329246eec8 100644 --- a/framework/qa/complex/framework/autosave/Protocol.java +++ b/framework/qa/complex/framework/autosave/Protocol.java @@ -663,7 +663,7 @@ public class Protocol extends JComponent * returns a generic html header for generating html log files * * It's used from the method finish() to generate a valid html formatted file. - * For that its necessary to open some special html targets like e.g. <html>. + * For that it's necessary to open some special html targets like e.g. <html>. * * @return A string, which includes the whole header. * 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 ); |