diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 12:50:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-14 16:24:04 +0100 |
commit | cfffb09b3d6d46c500e3be3fe601a4ff6944d40e (patch) | |
tree | 9cb01bdb90949dd670b8bb30d23cf4be32cefc89 /sfx2 | |
parent | fa014ee6e13d182cb5830698558284e7caffa5f9 (diff) |
Fix typos
Change-Id: I2a578961837076ebce3c1fb2681b0785d1d490ac
Reviewed-on: https://gerrit.libreoffice.org/47857
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/backingcomp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index 2899d4f66558..ba7cc8ac9330 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -398,7 +398,7 @@ ErrCode SfxFilterMatcher::GuessFilterControlDefaultUI( SfxMedium& rMedium, std: try { // open the stream one times only ... - // Otherwhise it will be tried more than once and show the same interaction more than once ... + // Otherwise it will be tried more than once and show the same interaction more than once ... OUString sURL( rMedium.GetURLObject().GetMainURL( INetURLObject::DecodeMechanism::NONE ) ); uno::Reference< io::XInputStream > xInStream = rMedium.GetInputStream(); diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx index 37a2348cd11f..76086dc404c7 100644 --- a/sfx2/source/dialog/backingcomp.cxx +++ b/sfx2/source/dialog/backingcomp.cxx @@ -698,7 +698,7 @@ void SAL_CALL BackingComp::keyPressed( /*IN*/ const css::awt::KeyEvent& ) void SAL_CALL BackingComp::keyReleased( /*IN*/ const css::awt::KeyEvent& ) { /* Attention - Please use keyPressed() instead of this method. Otherwhise it would be possible, that + Please use keyPressed() instead of this method. Otherwise it would be possible, that - a key input may be first switch to the backing mode - and this component register itself as key listener too - and it's first event will be a keyRealeased() for the already well known event, which switched to the backing mode! |