summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avmedia/inc/mediacontrol.hxx6
-rw-r--r--avmedia/source/framework/mediaplayer.cxx10
-rw-r--r--avmedia/source/framework/mediatoolbox.cxx8
3 files changed, 12 insertions, 12 deletions
diff --git a/avmedia/inc/mediacontrol.hxx b/avmedia/inc/mediacontrol.hxx
index 1cd06a2a40d3..4a8cf7854eb8 100644
--- a/avmedia/inc/mediacontrol.hxx
+++ b/avmedia/inc/mediacontrol.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mediacontrol.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 13:57:28 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:22:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,7 +36,7 @@
#ifndef _AVMEDIA_MEDIACONTROL_HXX
#define _AVMEDIA_MEDIACONTROL_HXX
-#include "mediaitem.hxx"
+#include <avmedia/mediaitem.hxx>
#include <vcl/timer.hxx>
#include <vcl/slider.hxx>
diff --git a/avmedia/source/framework/mediaplayer.cxx b/avmedia/source/framework/mediaplayer.cxx
index 1990cca5a944..10233d228320 100644
--- a/avmedia/source/framework/mediaplayer.cxx
+++ b/avmedia/source/framework/mediaplayer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mediaplayer.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 13:58:18 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:23:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,9 +33,9 @@
*
************************************************************************/
-#include "mediaplayer.hxx"
-#include "mediawindow.hxx"
-#include "mediaitem.hxx"
+#include <avmedia/mediaplayer.hxx>
+#include <avmedia/mediawindow.hxx>
+#include <avmedia/mediaitem.hxx>
#include "mediamisc.hxx"
#include "mediacontrol.hrc"
#include "helpids.hrc"
diff --git a/avmedia/source/framework/mediatoolbox.cxx b/avmedia/source/framework/mediatoolbox.cxx
index b0d23a16bcdb..51e2f6dee775 100644
--- a/avmedia/source/framework/mediatoolbox.cxx
+++ b/avmedia/source/framework/mediatoolbox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: mediatoolbox.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 13:58:29 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:23:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,8 +33,8 @@
*
************************************************************************/
-#include "mediatoolbox.hxx"
-#include "mediaitem.hxx"
+#include <avmedia/mediatoolbox.hxx>
+#include <avmedia/mediaitem.hxx>
#include "mediacontrol.hxx"
#include <sfx2/app.hxx>