summaryrefslogtreecommitdiff
path: root/avmedia/source/viewer
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/source/viewer
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/source/viewer')
-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
3 files changed, 13 insertions, 13 deletions
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;