From da40cac540e7d735edbe9069b3c8ec6af4530208 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Nov 2014 15:05:25 +0100 Subject: Fix common typos. No automatic tools. Handmade… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- avmedia/source/framework/soundhandler.cxx | 4 ++-- avmedia/source/framework/soundhandler.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'avmedia/source/framework') diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx index d80d29ba46d4..5d0a18c91b75 100644 --- a/avmedia/source/framework/soundhandler.cxx +++ b/avmedia/source/framework/soundhandler.cxx @@ -260,7 +260,7 @@ void SAL_CALL SoundHandler::dispatchWithNotification(const css::util::URL& m_bError = false; m_xPlayer.set( avmedia::MediaWindow::createPlayer( aURL.Complete, aDescriptor.getUnpackedValueOrDefault(utl::MediaDescriptor::PROP_REFERRER(), OUString()) ), css::uno::UNO_QUERY_THROW ); // OK- we can start async playing ... - // Count this request and initialize self-holder against dieing by uno ref count ... + // Count this request and initialize self-holder against dying by uno ref count ... m_xSelfHold = css::uno::Reference< css::uno::XInterface >(static_cast< ::cppu::OWeakObject* >(this), css::uno::UNO_QUERY); m_xPlayer->start(); m_aUpdateTimer.SetTimeout( 200 ); @@ -337,7 +337,7 @@ OUString SAL_CALL SoundHandler::detect( css::uno::Sequence< css::beans::Property We use this information to callback our might existing listener. @seealso method dispatchWithNotification() - @return 0 everytime ... it doesn't matter for us. + @return 0 every time... it doesn't matter for us. @threadsafe yes *//*-*************************************************************************************************************/ IMPL_LINK_NOARG(SoundHandler, implts_PlayerNotify) diff --git a/avmedia/source/framework/soundhandler.hxx b/avmedia/source/framework/soundhandler.hxx index d41c033cb226..53c2f746a68f 100644 --- a/avmedia/source/framework/soundhandler.hxx +++ b/avmedia/source/framework/soundhandler.hxx @@ -126,7 +126,7 @@ class SoundHandler : // interfaces bool m_bError; css::uno::Reference< css::lang::XMultiServiceFactory > m_xFactory ; // global uno service factory to create new services - css::uno::Reference< css::uno::XInterface > m_xSelfHold ; // we must protect us against dieing during async(!) dispatch() call! + css::uno::Reference< css::uno::XInterface > m_xSelfHold ; // we must protect us against dying during async(!) dispatch() call! css::uno::Reference< css::media::XPlayer > m_xPlayer ; // uses avmedia player to play sounds... css::uno::Reference< css::frame::XDispatchResultListener > m_xListener ; -- cgit