From cfffb09b3d6d46c500e3be3fe601a4ff6944d40e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 14 Jan 2018 12:50:47 +0100 Subject: Fix typos Change-Id: I2a578961837076ebce3c1fb2681b0785d1d490ac Reviewed-on: https://gerrit.libreoffice.org/47857 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sfx2/source/bastyp/fltfnc.cxx | 2 +- sfx2/source/dialog/backingcomp.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2') 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! -- cgit