[Libreoffice-commits] core.git: avmedia/inc avmedia/source

Alexander Wilms f.alexander.wilms at gmail.com
Tue Feb 25 09:00:50 PST 2014


 avmedia/inc/mediacontrol.hxx                 |    8 ++--
 avmedia/source/framework/soundhandler.cxx    |   14 +++----
 avmedia/source/framework/soundhandler.hxx    |    2 -
 avmedia/source/gstreamer/gstframegrabber.hxx |    4 +-
 avmedia/source/gstreamer/gstmanager.hxx      |    4 +-
 avmedia/source/gstreamer/gstplayer.hxx       |    4 +-
 avmedia/source/gstreamer/gstwindow.hxx       |    4 +-
 avmedia/source/quicktime/framegrabber.hxx    |    4 +-
 avmedia/source/quicktime/framegrabber.mm     |   16 ++++-----
 avmedia/source/quicktime/manager.hxx         |    4 +-
 avmedia/source/quicktime/manager.mm          |   14 +++----
 avmedia/source/quicktime/player.hxx          |    4 +-
 avmedia/source/quicktime/player.mm           |   48 +++++++++++++--------------
 avmedia/source/quicktime/quicktimeuno.mm     |    4 +-
 avmedia/source/quicktime/window.hxx          |    4 +-
 avmedia/source/viewer/mediaevent_impl.hxx    |    4 +-
 avmedia/source/viewer/mediawindow.src        |   12 +++---
 avmedia/source/viewer/mediawindow_impl.hxx   |   10 ++---
 avmedia/source/win/framegrabber.hxx          |    4 +-
 avmedia/source/win/manager.hxx               |    4 +-
 avmedia/source/win/player.hxx                |    4 +-
 avmedia/source/win/window.hxx                |    4 +-
 22 files changed, 90 insertions(+), 90 deletions(-)

New commits:
commit f7a6ef74fe9b72105495b7d315ce155e01eb6489
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 17:37:41 2014 +0100

    Remove visual noise from avmedia
    
    Change-Id: I2f2cccc75f902359fbe557333c0062b13d1e9e96
    Reviewed-on: https://gerrit.libreoffice.org/8231
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/avmedia/inc/mediacontrol.hxx b/avmedia/inc/mediacontrol.hxx
index 773b5fe..d6ff00c 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 b0a7830..22c6720 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 2d07720..1e9329b 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 e5ce553..ccacba2 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 1d18df8..ca8318d 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 5a84a00..7cef5cc 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 f8014d7..e2e303c 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 fa452ea..0552af4 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 3e262f1..52511c9 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 cf840fd..af64284 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 fb9c41a..fa315fd 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 bc70704..69cbcdd9 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 f12bf87..57faad4 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 7baacb4..20ef849 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 de34981..3a47e30 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 dc6ad6d..3b695e0 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 cea04a9..495df23 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 87c4167..0d121bb 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 bbe7b11..809d1df 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 8cecf42..24854b9 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 d9ec915..8d3035d 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 09e7430..afa7361 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;
 


More information about the Libreoffice-commits mailing list