diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:24:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:24:05 +0000 |
commit | e148cff9a4506104b9e4213cfe444ad744e26ad5 (patch) | |
tree | 6fbc0aa7522daae3122ae36ab80a0268e8337a1f /avmedia | |
parent | 75f4b71de5dbdcb54c07557da345c12a3c11b14c (diff) |
INTEGRATION: CWS vgbugs07 (1.6.32); FILE MERGED
2007/06/04 13:32:38 vg 1.6.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/viewer/mediawindow.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avmedia/source/viewer/mediawindow.cxx b/avmedia/source/viewer/mediawindow.cxx index ffcb19c8caac..7a0480c2ce6a 100644 --- a/avmedia/source/viewer/mediawindow.cxx +++ b/avmedia/source/viewer/mediawindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mediawindow.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 11:26:19 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:24:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ #include <cstdio> -#include "mediawindow.hxx" +#include <avmedia/mediawindow.hxx> #include "mediawindow_impl.hxx" #include "mediamisc.hxx" #include "mediawindow.hrc" |