diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-03 10:31:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-03 12:19:33 +0100 |
commit | 3a355887caacea0ec1c3688d64a2cb85a1fc4c74 (patch) | |
tree | 38e5a08195b72b1e9716f9c717516cde27e884b1 /framework | |
parent | 1b666235f6b0b0f0b13f473bf3b639f4f5f0b12f (diff) |
Fix typos
Change-Id: I3f4ad9eff0730d3deea96b37fa7f36dfd038b214
Reviewed-on: https://gerrit.libreoffice.org/47301
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTest.java | 2 | ||||
-rw-r--r-- | framework/source/services/frame.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 4605820e023c..67bda08879cf 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -78,7 +78,7 @@ public class RecoveryTest extends ComplexTestCase { * @todo: hidden documents * @todo: running presentation * @todo: modular dialogs like Hpyerlink-Dialog - * @todo: sceond view of a document + * @todo: second view of a document * @todo: remove recovery data before start test * @todo: after a second start after the crash there should no documents recovered anymore * @todo: enable remove of recovery files diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index cb8a6b82024e..4366c26b0944 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -1022,11 +1022,11 @@ css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const OUStr /* TODO Creation not supported yet! Wait for new layout manager service because we can't plug it - inside already opened document of this frame ... + inside already opened document of this frame... */ } } - // We arent a task => forward request to our parent or ignore it. + // We aren't a task => forward request to our parent or ignore it. else if (xParent.is()) xTarget = xParent->findFrame(SPECIALTARGET_BEAMER,0); } |