summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-07 19:39:57 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-07 19:56:50 +0300
commit53a0914c5cb9357d7ef9088143997f50883b5959 (patch)
tree63114a85550969ab35b64c2b5ee0aff2012bd87e /avmedia
parent2a7fdf2a7bb7345c49c988dfd1fcdb41cebb8a1e (diff)
Bin empty @seealso, @param, @return etc metacomments
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/framework/soundhandler.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/avmedia/source/framework/soundhandler.cxx b/avmedia/source/framework/soundhandler.cxx
index 5259de535559..541b21dc95b7 100644
--- a/avmedia/source/framework/soundhandler.cxx
+++ b/avmedia/source/framework/soundhandler.cxx
@@ -177,8 +177,6 @@ void SAL_CALL SoundHandler::impl_initService()
@seealso using at owner
@param "xFactory", reference to service manager for creation of new services
- @return -
-
@onerror Show an assertion and do nothing else.
@threadsafe yes
*//*-*************************************************************************************************************/
@@ -195,15 +193,6 @@ SoundHandler::SoundHandler( const css::uno::Reference< css::lang::XMultiServiceF
/*-************************************************************************************************************
@short standard dtor
- @descr -
-
- @seealso -
-
- @param -
- @return -
-
- @onerror -
- @threadsafe -
*//*-*************************************************************************************************************/
SoundHandler::~SoundHandler()
{
@@ -233,8 +222,6 @@ SoundHandler::~SoundHandler()
@param "aURL" , URL to dispatch.
@param "lArguments", list of optional arguments.
- @return -
-
@onerror We do nothing.
@threadsafe yes
*//*-*************************************************************************************************************/
@@ -310,9 +297,6 @@ void SAL_CALL SoundHandler::dispatch( const css::util::URL&
Another reason to do so ... We are a listener on our internal ma_Player object.
If you would call "IsSoundFile()" on this instance, he would call us back and
we make some unnecessary things ...
-
- @seealso -
-
@param "lDescriptor", description of file to detect
@return Internal type name which match this file ... or nothing if it is unknown.
@@ -353,11 +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()
-
- @param -
@return 0 everytime ... it doesn't matter for us.
-
- @onerror -
@threadsafe yes
*//*-*************************************************************************************************************/
IMPL_LINK_NOARG(SoundHandler, implts_PlayerNotify)