summaryrefslogtreecommitdiff
path: root/avmedia/source/win
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/win')
-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
4 files changed, 8 insertions, 8 deletions
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;