diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-16 22:33:14 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-16 22:40:42 +0200 |
commit | 2976b53ff8c815f5f6a5deba1763fba153bd528f (patch) | |
tree | 178b9b8384f71f27c39922f3a30b432034375c49 /avmedia/inc | |
parent | 7956ff62ee9a4b82f64d19d51cccddd73bc49d1e (diff) |
Bin more pointless comments and ASCII graphics
Suggested Easy Hack: Replace all instances of // -------- comments
including surrounding newlines with a single newline.
Another Easy Hack, slightly harder to automate: Remove all the
pointless comments that just tell the class name right before the
declaration of that class.
Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
Diffstat (limited to 'avmedia/inc')
-rw-r--r-- | avmedia/inc/avmedia/mediaplayer.hxx | 12 | ||||
-rw-r--r-- | avmedia/inc/avmedia/mediawindow.hxx | 14 |
2 files changed, 0 insertions, 26 deletions
diff --git a/avmedia/inc/avmedia/mediaplayer.hxx b/avmedia/inc/avmedia/mediaplayer.hxx index 9db118811edc..b823f7c63b67 100644 --- a/avmedia/inc/avmedia/mediaplayer.hxx +++ b/avmedia/inc/avmedia/mediaplayer.hxx @@ -24,10 +24,6 @@ #include <sfx2/dockwin.hxx> #include <avmedia/avmediadllapi.h> -// ----------- -// - Defines - -// ----------- - #define AVMEDIA_MEDIAWINDOW() \ (static_cast< ::avmedia::MediaFloater* >( ( \ SfxViewFrame::Current() && SfxViewFrame::Current()->GetChildWindow(::avmedia::MediaPlayer::GetChildWindowId())) ? \ @@ -37,10 +33,6 @@ NULL)) namespace avmedia { -// --------------- -// - MediaPlayer - -// --------------- - class AVMEDIA_DLLPUBLIC MediaPlayer : public SfxChildWindow { public: @@ -50,10 +42,6 @@ public: SFX_DECL_CHILDWINDOW_WITHID( MediaPlayer ); }; -// ---------------- -// - MediaFloater - -// ---------------- - class MediaWindow; class AVMEDIA_DLLPUBLIC MediaFloater : public SfxDockingWindow diff --git a/avmedia/inc/avmedia/mediawindow.hxx b/avmedia/inc/avmedia/mediawindow.hxx index 89fb9ff2ff31..bafb76561275 100644 --- a/avmedia/inc/avmedia/mediawindow.hxx +++ b/avmedia/inc/avmedia/mediawindow.hxx @@ -29,16 +29,8 @@ #include <com/sun/star/uno/XInterface.hpp> #include <avmedia/avmediadllapi.h> -// ----------- -// - Defines - -// ----------- - #define AVMEDIA_FRAMEGRABBER_DEFAULTFRAME -1.0 -// ------------------------ -// - Forward Declarations - -// ------------------------ - class Window; class KeyEvent; class MouseEvent; @@ -50,8 +42,6 @@ struct ExecuteDropEvent; namespace rtl { class OUString; } -/* Declaration of MediaWindow class */ - namespace avmedia { typedef ::std::vector< ::std::pair< OUString, OUString > > FilterNameVector; @@ -60,10 +50,6 @@ namespace avmedia namespace priv { class MediaWindowImpl; } - // --------------- - // - MediaWindow - - // --------------- - class AVMEDIA_DLLPUBLIC MediaWindow { public: |