summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:37:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 17:00:26 +0000
commitf7a6ef74fe9b72105495b7d315ce155e01eb6489 (patch)
tree1e011ab74859f90699688a04387acdde6372cfb9 /avmedia
parentb2afdb85c30c27c7fce96f206aeb115cb2a193ab (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')
-rw-r--r--avmedia/inc/mediacontrol.hxx8
-rw-r--r--avmedia/source/framework/soundhandler.cxx14
-rw-r--r--avmedia/source/framework/soundhandler.hxx2
-rw-r--r--avmedia/source/gstreamer/gstframegrabber.hxx4
-rw-r--r--avmedia/source/gstreamer/gstmanager.hxx4
-rw-r--r--avmedia/source/gstreamer/gstplayer.hxx4
-rw-r--r--avmedia/source/gstreamer/gstwindow.hxx4
-rw-r--r--avmedia/source/quicktime/framegrabber.hxx4
-rw-r--r--avmedia/source/quicktime/framegrabber.mm16
-rw-r--r--avmedia/source/quicktime/manager.hxx4
-rw-r--r--avmedia/source/quicktime/manager.mm14
-rw-r--r--avmedia/source/quicktime/player.hxx4
-rw-r--r--avmedia/source/quicktime/player.mm48
-rw-r--r--avmedia/source/quicktime/quicktimeuno.mm4
-rw-r--r--avmedia/source/quicktime/window.hxx4
-rw-r--r--avmedia/source/viewer/mediaevent_impl.hxx4
-rw-r--r--avmedia/source/viewer/mediawindow.src12
-rw-r--r--avmedia/source/viewer/mediawindow_impl.hxx10
-rw-r--r--avmedia/source/win/framegrabber.hxx4
-rw-r--r--avmedia/source/win/manager.hxx4
-rw-r--r--avmedia/source/win/player.hxx4
-rw-r--r--avmedia/source/win/window.hxx4
22 files changed, 90 insertions, 90 deletions
diff --git a/avmedia/inc/mediacontrol.hxx b/avmedia/inc/mediacontrol.hxx
index 773b5fea6958..d6ff00cd2ff7 100644
--- a/avmedia/inc/mediacontrol.hxx
+++ b/avmedia/inc/mediacontrol.hxx
@@ -35,9 +35,9 @@ class ListBox;
namespace avmedia
{
-// ---------------------
+
// - MediaControlStyle -
-// ---------------------
+
enum MediaControlStyle
{
@@ -45,9 +45,9 @@ enum MediaControlStyle
MEDIACONTROLSTYLE_MULTILINE = 1
};
-// ----------------
+
// - MediaControl -
-// ---------------
+
class MediaItem;
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.
diff --git a/avmedia/source/framework/soundhandler.hxx b/avmedia/source/framework/soundhandler.hxx
index 2d0772029184..1e9329bc10a0 100644
--- a/avmedia/source/framework/soundhandler.hxx
+++ b/avmedia/source/framework/soundhandler.hxx
@@ -48,7 +48,7 @@ struct ThreadHelpBase
mutable ::osl::Mutex m_aLock;
};
-/*-************************************************************************************************************//**
+/*-************************************************************************************************************
@short handler to detect and play sounds ("wav" and "au" only!)
@descr Register this implementation as a content handler to detect and/or play wav- and au-sounds.
It doesn't depend from the target platform. But one instance of this class
diff --git a/avmedia/source/gstreamer/gstframegrabber.hxx b/avmedia/source/gstreamer/gstframegrabber.hxx
index e5ce553a3779..ccacba2d4dea 100644
--- a/avmedia/source/gstreamer/gstframegrabber.hxx
+++ b/avmedia/source/gstreamer/gstframegrabber.hxx
@@ -26,9 +26,9 @@
namespace avmedia { namespace gstreamer {
-// ----------------
+
// - FrameGrabber -
-// ----------------
+
typedef ::cppu::WeakImplHelper2< ::com::sun::star::media::XFrameGrabber,
::com::sun::star::lang::XServiceInfo > FrameGrabber_BASE;
diff --git a/avmedia/source/gstreamer/gstmanager.hxx b/avmedia/source/gstreamer/gstmanager.hxx
index 1d18df8fa13b..ca8318dcc825 100644
--- a/avmedia/source/gstreamer/gstmanager.hxx
+++ b/avmedia/source/gstreamer/gstmanager.hxx
@@ -24,9 +24,9 @@
#include "com/sun/star/media/XManager.hpp"
-// -----------
+
// - Manager -
-// -----------
+
namespace avmedia { namespace gstreamer {
diff --git a/avmedia/source/gstreamer/gstplayer.hxx b/avmedia/source/gstreamer/gstplayer.hxx
index 5a84a0095689..7cef5cc2fd38 100644
--- a/avmedia/source/gstreamer/gstplayer.hxx
+++ b/avmedia/source/gstreamer/gstplayer.hxx
@@ -31,9 +31,9 @@ typedef struct _GstVideoOverlay GstVideoOverlay;
namespace avmedia { namespace gstreamer {
-// ----------
+
// - Player -
-// ----------
+
typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::media::XPlayer,
::com::sun::star::lang::XServiceInfo > GstPlayer_BASE;
diff --git a/avmedia/source/gstreamer/gstwindow.hxx b/avmedia/source/gstreamer/gstwindow.hxx
index f8014d78ad63..e2e303cdc395 100644
--- a/avmedia/source/gstreamer/gstwindow.hxx
+++ b/avmedia/source/gstreamer/gstwindow.hxx
@@ -27,9 +27,9 @@
namespace avmedia { namespace gstreamer {
-// ---------------
+
// - Window -
-// ---------------
+
class Player;
diff --git a/avmedia/source/quicktime/framegrabber.hxx b/avmedia/source/quicktime/framegrabber.hxx
index fa452eab66b1..0552af4cb1ef 100644
--- a/avmedia/source/quicktime/framegrabber.hxx
+++ b/avmedia/source/quicktime/framegrabber.hxx
@@ -26,9 +26,9 @@
namespace avmedia { namespace quicktime {
-// ----------------
+
// - FrameGrabber -
-// ----------------
+
class FrameGrabber : public ::cppu::WeakImplHelper2 < ::com::sun::star::media::XFrameGrabber,
::com::sun::star::lang::XServiceInfo >
diff --git a/avmedia/source/quicktime/framegrabber.mm b/avmedia/source/quicktime/framegrabber.mm
index 3e262f1e24e4..52511c9e40ce 100644
--- a/avmedia/source/quicktime/framegrabber.mm
+++ b/avmedia/source/quicktime/framegrabber.mm
@@ -32,9 +32,9 @@ using namespace ::com::sun::star;
namespace avmedia { namespace quicktime {
-// ----------------
+
// - FrameGrabber -
-// ----------------
+
FrameGrabber::FrameGrabber( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
mxMgr( rxMgr )
@@ -54,7 +54,7 @@ FrameGrabber::FrameGrabber( const uno::Reference< lang::XMultiServiceFactory >&
[pool release];
}
-// ------------------------------------------------------------------------------
+
FrameGrabber::~FrameGrabber()
{
@@ -68,7 +68,7 @@ FrameGrabber::~FrameGrabber()
}
}
-// ------------------------------------------------------------------------------
+
bool FrameGrabber::create( const ::rtl::OUString& rURL )
{
@@ -92,7 +92,7 @@ bool FrameGrabber::create( const ::rtl::OUString& rURL )
return( bRet );
}
-// ------------------------------------------------------------------------------
+
uno::Reference< graphic::XGraphic > SAL_CALL FrameGrabber::grabFrame( double fMediaTime )
throw (uno::RuntimeException)
@@ -113,7 +113,7 @@ uno::Reference< graphic::XGraphic > SAL_CALL FrameGrabber::grabFrame( double fMe
return xRet;
}
-// ------------------------------------------------------------------------------
+
::rtl::OUString SAL_CALL FrameGrabber::getImplementationName( )
throw (uno::RuntimeException)
@@ -121,7 +121,7 @@ uno::Reference< graphic::XGraphic > SAL_CALL FrameGrabber::grabFrame( double fMe
return ::rtl::OUString( AVMEDIA_QUICKTIME_FRAMEGRABBER_IMPLEMENTATIONNAME );
}
-// ------------------------------------------------------------------------------
+
sal_Bool SAL_CALL FrameGrabber::supportsService( const ::rtl::OUString& ServiceName )
throw (uno::RuntimeException)
@@ -129,7 +129,7 @@ sal_Bool SAL_CALL FrameGrabber::supportsService( const ::rtl::OUString& ServiceN
return ( ServiceName == AVMEDIA_QUICKTIME_FRAMEGRABBER_SERVICENAME );
}
-// ------------------------------------------------------------------------------
+
uno::Sequence< ::rtl::OUString > SAL_CALL FrameGrabber::getSupportedServiceNames( )
throw (uno::RuntimeException)
diff --git a/avmedia/source/quicktime/manager.hxx b/avmedia/source/quicktime/manager.hxx
index cf840fd9a056..af64284a900e 100644
--- a/avmedia/source/quicktime/manager.hxx
+++ b/avmedia/source/quicktime/manager.hxx
@@ -24,9 +24,9 @@
#include "com/sun/star/media/XManager.hpp"
-// -----------
+
// - Manager -
-// -----------
+
namespace avmedia { namespace quicktime {
diff --git a/avmedia/source/quicktime/manager.mm b/avmedia/source/quicktime/manager.mm
index fb9c41af3132..fa315fdff341 100644
--- a/avmedia/source/quicktime/manager.mm
+++ b/avmedia/source/quicktime/manager.mm
@@ -24,9 +24,9 @@
using namespace ::com::sun::star;
namespace avmedia { namespace quicktime {
-// ----------------
+
// - Manager -
-// ----------------
+
Manager::Manager( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
mxMgr( rxMgr )
@@ -34,13 +34,13 @@ Manager::Manager( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
OSL_TRACE( "avmediaquicktime: Manager::Manager" );
}
-// ------------------------------------------------------------------------------
+
Manager::~Manager()
{
}
-// ------------------------------------------------------------------------------
+
uno::Reference< media::XPlayer > SAL_CALL Manager::createPlayer( const ::rtl::OUString& rURL )
throw (uno::RuntimeException)
@@ -57,7 +57,7 @@ uno::Reference< media::XPlayer > SAL_CALL Manager::createPlayer( const ::rtl::OU
return xRet;
}
-// ------------------------------------------------------------------------------
+
::rtl::OUString SAL_CALL Manager::getImplementationName( )
throw (uno::RuntimeException)
@@ -65,7 +65,7 @@ uno::Reference< media::XPlayer > SAL_CALL Manager::createPlayer( const ::rtl::OU
return ::rtl::OUString( AVMEDIA_QUICKTIME_MANAGER_IMPLEMENTATIONNAME );
}
-// ------------------------------------------------------------------------------
+
sal_Bool SAL_CALL Manager::supportsService( const ::rtl::OUString& ServiceName )
throw (uno::RuntimeException)
@@ -73,7 +73,7 @@ sal_Bool SAL_CALL Manager::supportsService( const ::rtl::OUString& ServiceName )
return ( ServiceName == AVMEDIA_QUICKTIME_MANAGER_SERVICENAME );
}
-// ------------------------------------------------------------------------------
+
uno::Sequence< ::rtl::OUString > SAL_CALL Manager::getSupportedServiceNames( )
throw (uno::RuntimeException)
diff --git a/avmedia/source/quicktime/player.hxx b/avmedia/source/quicktime/player.hxx
index bc70704126ab..69cbcdd9f55a 100644
--- a/avmedia/source/quicktime/player.hxx
+++ b/avmedia/source/quicktime/player.hxx
@@ -28,9 +28,9 @@
namespace avmedia { namespace quicktime {
/*
-// ----------
+
// - Player -
-// ----------
+
*/
class Player : public ::cppu::WeakImplHelper2< ::com::sun::star::media::XPlayer,
diff --git a/avmedia/source/quicktime/player.mm b/avmedia/source/quicktime/player.mm
index f12bf87a99dc..57faad476e34 100644
--- a/avmedia/source/quicktime/player.mm
+++ b/avmedia/source/quicktime/player.mm
@@ -27,9 +27,9 @@ using namespace ::com::sun::star;
namespace avmedia { namespace quicktime {
-// ----------------
+
// - Player -
-// ----------------
+
Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
mxMgr( rxMgr ),
@@ -58,7 +58,7 @@ Player::Player( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) :
[pool release];
}
-// ------------------------------------------------------------------------------
+
Player::~Player()
{
@@ -68,7 +68,7 @@ Player::~Player()
mpMovie = nil;
}
}
-// ------------------------------------------------------------------------------
+
QTMovie* Player::getMovie()
{
@@ -76,7 +76,7 @@ QTMovie* Player::getMovie()
return mpMovie;
}
-// ------------------------------------------------------------------------------
+
bool Player::create( const ::rtl::OUString& rURL )
{
@@ -116,7 +116,7 @@ bool Player::create( const ::rtl::OUString& rURL )
return bRet;
}
-// ------------------------------------------------------------------------------
+
void SAL_CALL Player::start( )
throw (uno::RuntimeException)
@@ -129,7 +129,7 @@ void SAL_CALL Player::start( )
}
}
-// ------------------------------------------------------------------------------
+
void SAL_CALL Player::stop( )
throw (uno::RuntimeException)
@@ -141,7 +141,7 @@ void SAL_CALL Player::stop( )
}
}
-// ------------------------------------------------------------------------------
+
sal_Bool SAL_CALL Player::isPlaying()
throw (uno::RuntimeException)
@@ -159,7 +159,7 @@ sal_Bool SAL_CALL Player::isPlaying()
return bRet;
}
-// ------------------------------------------------------------------------------
+
double SAL_CALL Player::getDuration( )
throw (uno::RuntimeException)
@@ -176,7 +176,7 @@ double SAL_CALL Player::getDuration( )
return duration;
}
-// ------------------------------------------------------------------------------
+
void SAL_CALL Player::setMediaTime( double fTime )
throw (uno::RuntimeException)
@@ -189,7 +189,7 @@ void SAL_CALL Player::setMediaTime( double fTime )
}
}
-// ------------------------------------------------------------------------------
+
double SAL_CALL Player::getMediaTime( )
throw (uno::RuntimeException)
@@ -210,7 +210,7 @@ double SAL_CALL Player::getMediaTime( )
return position;
}
-// ------------------------------------------------------------------------------
+
double SAL_CALL Player::getRate( )
throw (uno::RuntimeException)
@@ -228,7 +228,7 @@ double SAL_CALL Player::getRate( )
return rate;
}
-// ------------------------------------------------------------------------------
+
void SAL_CALL Player::setPlaybackLoop( sal_Bool bSet )
throw (uno::RuntimeException)
@@ -245,7 +245,7 @@ void SAL_CALL Player::setPlaybackLoop( sal_Bool bSet )
}
}
-// ------------------------------------------------------------------------------
+
sal_Bool SAL_CALL Player::isPlaybackLoop( )
throw (uno::RuntimeException)
@@ -257,7 +257,7 @@ sal_Bool SAL_CALL Player::isPlaybackLoop( )
return bRet;
}
-// ------------------------------------------------------------------------------
+
void SAL_CALL Player::setMute( sal_Bool bSet )
throw (uno::RuntimeException)
@@ -273,7 +273,7 @@ void SAL_CALL Player::setMute( sal_Bool bSet )
}
-// ------------------------------------------------------------------------------
+
sal_Bool SAL_CALL Player::isMute( )
throw (uno::RuntimeException)
@@ -283,7 +283,7 @@ sal_Bool SAL_CALL Player::isMute( )
return mbMuted;
}
-// ------------------------------------------------------------------------------
+
void SAL_CALL Player::setVolumeDB( sal_Int16 nVolumeDB )
throw (uno::RuntimeException)
@@ -308,7 +308,7 @@ void SAL_CALL Player::setVolumeDB( sal_Int16 nVolumeDB )
}
}
-// ------------------------------------------------------------------------------
+
sal_Int16 SAL_CALL Player::getVolumeDB( )
throw (uno::RuntimeException)
@@ -333,7 +333,7 @@ sal_Int16 SAL_CALL Player::getVolumeDB( )
return nVolumeDB;
}
-// ------------------------------------------------------------------------------
+
awt::Size SAL_CALL Player::getPreferredPlayerWindowSize( )
throw (uno::RuntimeException)
@@ -343,7 +343,7 @@ awt::Size SAL_CALL Player::getPreferredPlayerWindowSize( )
return aSize;
}
-// ------------------------------------------------------------------------------
+
uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( const uno::Sequence< uno::Any >& aArguments )
throw (uno::RuntimeException)
@@ -366,7 +366,7 @@ uno::Reference< ::media::XPlayerWindow > SAL_CALL Player::createPlayerWindow( co
return xRet;
}
-// ------------------------------------------------------------------------------
+
uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber( )
throw (::com::sun::star::uno::RuntimeException)
@@ -389,7 +389,7 @@ uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber( )
return xRet;
}
-// ------------------------------------------------------------------------------
+
::rtl::OUString SAL_CALL Player::getImplementationName( )
throw (uno::RuntimeException)
@@ -397,7 +397,7 @@ uno::Reference< media::XFrameGrabber > SAL_CALL Player::createFrameGrabber( )
return ::rtl::OUString( AVMEDIA_QUICKTIME_PLAYER_IMPLEMENTATIONNAME );
}
-// ------------------------------------------------------------------------------
+
sal_Bool SAL_CALL Player::supportsService( const ::rtl::OUString& ServiceName )
throw (uno::RuntimeException)
@@ -405,7 +405,7 @@ sal_Bool SAL_CALL Player::supportsService( const ::rtl::OUString& ServiceName )
return ( ServiceName == AVMEDIA_QUICKTIME_PLAYER_SERVICENAME );
}
-// ------------------------------------------------------------------------------
+
uno::Sequence< ::rtl::OUString > SAL_CALL Player::getSupportedServiceNames( )
throw (uno::RuntimeException)
diff --git a/avmedia/source/quicktime/quicktimeuno.mm b/avmedia/source/quicktime/quicktimeuno.mm
index 7baacb49e7e2..20ef849cfbf6 100644
--- a/avmedia/source/quicktime/quicktimeuno.mm
+++ b/avmedia/source/quicktime/quicktimeuno.mm
@@ -22,9 +22,9 @@
using namespace ::com::sun::star;
-// -------------------
+
// - factory methods -
-// -------------------
+
static uno::Reference< uno::XInterface > SAL_CALL create_MediaPlayer( const uno::Reference< lang::XMultiServiceFactory >& rxFact )
{
diff --git a/avmedia/source/quicktime/window.hxx b/avmedia/source/quicktime/window.hxx
index de349818be74..3a47e30657b7 100644
--- a/avmedia/source/quicktime/window.hxx
+++ b/avmedia/source/quicktime/window.hxx
@@ -27,9 +27,9 @@
namespace avmedia { namespace quicktime {
-// ---------------
+
// - Window -
-// ---------------
+
class Player;
diff --git a/avmedia/source/viewer/mediaevent_impl.hxx b/avmedia/source/viewer/mediaevent_impl.hxx
index dc6ad6db5482..3b695e057c9b 100644
--- a/avmedia/source/viewer/mediaevent_impl.hxx
+++ b/avmedia/source/viewer/mediaevent_impl.hxx
@@ -31,9 +31,9 @@ namespace avmedia
{
namespace priv
{
- // ---------------------------
+
// - MediaEventListenersImpl -
- // ---------------------------
+
class MediaEventListenersImpl : public ::cppu::WeakImplHelper4< ::com::sun::star::awt::XKeyListener,
::com::sun::star::awt::XMouseListener,
::com::sun::star::awt::XMouseMotionListener,
diff --git a/avmedia/source/viewer/mediawindow.src b/avmedia/source/viewer/mediawindow.src
index cea04a9fd941..495df2342a30 100644
--- a/avmedia/source/viewer/mediawindow.src
+++ b/avmedia/source/viewer/mediawindow.src
@@ -24,42 +24,42 @@ String AVMEDIA_STR_INSERTMEDIA_DLG
Text[en-US] = "Insert Movie and Sound";
};
-// ------------------------------------------------------------------------------
+
STRING AVMEDIA_STR_OPENMEDIA_DLG
{
Text[en-US] = "Open Movie and Sound";
};
-// ------------------------------------------------------------------------------
+
String AVMEDIA_STR_ALL_MEDIAFILES
{
Text[en-US] = "All movie and sound files";
};
-// ------------------------------------------------------------------------------
+
String AVMEDIA_STR_ALL_FILES
{
Text[en-US] = "All files";
};
-// ------------------------------------------------------------------------------
+
Bitmap AVMEDIA_BMP_AUDIOLOGO
{
file = "avaudiologo.png";
};
-// ------------------------------------------------------------------------------
+
Bitmap AVMEDIA_BMP_EMPTYLOGO
{
file = "avemptylogo.png";
};
-// ------------------------------------------------------------------------------
+
ErrorBox AVMEDIA_ERR_URL
{
diff --git a/avmedia/source/viewer/mediawindow_impl.hxx b/avmedia/source/viewer/mediawindow_impl.hxx
index 87c4167df61c..0d121bb66c98 100644
--- a/avmedia/source/viewer/mediawindow_impl.hxx
+++ b/avmedia/source/viewer/mediawindow_impl.hxx
@@ -37,9 +37,9 @@ namespace avmedia
namespace priv
{
- // ----------------------
+
// - MediaWindowControl -
- // ----------------------
+
class MediaWindowControl : public MediaControl
{
@@ -54,9 +54,9 @@ namespace avmedia
void execute( const MediaItem& rItem );
};
- // --------------------
+
// - MediaChildWindow -
- // --------------------
+
class MediaChildWindow : public SystemChildWindow
{
@@ -77,7 +77,7 @@ namespace avmedia
// ------------------.
// - MediaWindowImpl -
- // -------------------
+
class MediaEventListenersImpl;
diff --git a/avmedia/source/win/framegrabber.hxx b/avmedia/source/win/framegrabber.hxx
index bbe7b111e393..809d1df0f734 100644
--- a/avmedia/source/win/framegrabber.hxx
+++ b/avmedia/source/win/framegrabber.hxx
@@ -28,9 +28,9 @@ struct IMediaDet;
namespace avmedia { namespace win {
-// ----------------
+
// - FrameGrabber -
-// ----------------
+
class FrameGrabber : public ::cppu::WeakImplHelper2 < ::com::sun::star::media::XFrameGrabber,
::com::sun::star::lang::XServiceInfo >
diff --git a/avmedia/source/win/manager.hxx b/avmedia/source/win/manager.hxx
index 8cecf42a09dd..24854b9a76c4 100644
--- a/avmedia/source/win/manager.hxx
+++ b/avmedia/source/win/manager.hxx
@@ -24,9 +24,9 @@
#include "com/sun/star/media/XManager.hpp"
-// -----------
+
// - Manager -
-// -----------
+
namespace avmedia { namespace win {
diff --git a/avmedia/source/win/player.hxx b/avmedia/source/win/player.hxx
index d9ec915002c6..8d3035d6ff76 100644
--- a/avmedia/source/win/player.hxx
+++ b/avmedia/source/win/player.hxx
@@ -42,9 +42,9 @@ struct IDirectDrawSurface;
namespace avmedia { namespace win {
-// ----------
+
// - Player -
-// ----------
+
typedef ::cppu::WeakComponentImplHelper2< ::com::sun::star::media::XPlayer,
::com::sun::star::lang::XServiceInfo > Player_BASE;
diff --git a/avmedia/source/win/window.hxx b/avmedia/source/win/window.hxx
index 09e7430634d7..afa7361c1414 100644
--- a/avmedia/source/win/window.hxx
+++ b/avmedia/source/win/window.hxx
@@ -29,9 +29,9 @@ struct IVideoWindow;
namespace avmedia { namespace win {
-// ---------------
+
// - Window -
-// ---------------
+
class Player;