diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-13 00:20:20 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-13 08:43:17 +0100 |
commit | d71bcc4dc5025ea24944454908098269cfd095a3 (patch) | |
tree | 4e0e21223c2b7fc157b840d2c717eb1dd1ba7942 /framework/source/services/frame.cxx | |
parent | 930efab3be7dd818918b7116119bb049acdcda76 (diff) |
Fix typos
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91
Reviewed-on: https://gerrit.libreoffice.org/44654
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'framework/source/services/frame.cxx')
-rw-r--r-- | framework/source/services/frame.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 93aa48f98431..5998d7902ccb 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -1257,7 +1257,7 @@ void SAL_CALL Frame::activate() } // Its necessary to send event NOW - not before. // Activation goes from bottom to top! - // Thats the reason to activate parent first and send event now. + // That's the reason to activate parent first and send event now. implts_sendFrameActionEvent( css::frame::FrameAction_FRAME_ACTIVATED ); } @@ -1416,7 +1416,7 @@ sal_Bool SAL_CALL Frame::setComponent(const css::uno::Reference< css::awt::XWind { // Ignore this HACK of sfx2! - // He call us with an valid controller without a valid window ... Thats not allowed! + // He call us with an valid controller without a valid window... that's not allowed! if ( xController.is() && ! xComponentWindow.is() ) return true; |