diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:37:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 17:00:26 +0000 |
commit | f7a6ef74fe9b72105495b7d315ce155e01eb6489 (patch) | |
tree | 1e011ab74859f90699688a04387acdde6372cfb9 /avmedia/source/framework/soundhandler.cxx | |
parent | b2afdb85c30c27c7fce96f206aeb115cb2a193ab (diff) |
Remove visual noise from avmedia
Change-Id: I2f2cccc75f902359fbe557333c0062b13d1e9e96
Reviewed-on: https://gerrit.libreoffice.org/8231
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'avmedia/source/framework/soundhandler.cxx')
-rw-r--r-- | avmedia/source/framework/soundhandler.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx index b0a7830e1cbf..22c67208cb60 100644 --- a/avmedia/source/framework/soundhandler.cxx +++ b/avmedia/source/framework/soundhandler.cxx @@ -33,9 +33,9 @@ namespace avmedia{ -//***************************************************************************************************************** + // XInterface, XTypeProvider, XServiceInfo -//***************************************************************************************************************** + void SAL_CALL SoundHandler::acquire() throw() { @@ -189,7 +189,7 @@ void SAL_CALL SoundHandler::impl_initService() { } -/*-************************************************************************************************************//** +/*-************************************************************************************************************ @short standard ctor @descr These initialize a new instance of this class with needed information for work. @@ -212,7 +212,7 @@ SoundHandler::SoundHandler( const css::uno::Reference< css::lang::XMultiServiceF m_aUpdateTimer.SetTimeoutHdl(LINK(this, SoundHandler, implts_PlayerNotify)); } -/*-************************************************************************************************************//** +/*-************************************************************************************************************ @short standard dtor @descr - @@ -235,7 +235,7 @@ SoundHandler::~SoundHandler() } } -/*-************************************************************************************************************//** +/*-************************************************************************************************************ @interface ::com::sun::star::frame::XDispatch @short try to load audio file @@ -314,7 +314,7 @@ void SAL_CALL SoundHandler::dispatch( const css::util::URL& dispatchWithNotification(aURL, lArguments, css::uno::Reference< css::frame::XDispatchResultListener >()); } -/*-************************************************************************************************************//** +/*-************************************************************************************************************ @interface ::com::sun::star::document::XExtendedFilterDetection @short try to detect file (given as argument included in "lDescriptor") @@ -366,7 +366,7 @@ OUString SAL_CALL SoundHandler::detect( css::uno::Sequence< css::beans::Property return sTypeName; } -/*-************************************************************************************************************//** +/*-************************************************************************************************************ @short call back of sound player @descr Our player call us back to give us some information. We use this information to callback our might existing listener. |