merge the formfield patch from ooo-build
[ooovba.git] / applied_patches / 0380-avmedia-source-gstreamer-gstcommon.hxx.diff
blob84003a0bc1e9e09d79f20c4e3322b80370e93b73
1 --- /dev/null 2006-08-13 17:52:05.000000000 +0200
2 +++ avmedia/source/gstreamer/gstcommon.hxx 2006-08-22 11:38:56.000000000 +0200
3 @@ -0,0 +1,83 @@
4 +/*************************************************************************
5 + *
6 + * OpenOffice.org - a multi-platform office productivity suite
7 + *
8 + * $RCSfile$
9 + *
10 + * $Revision$
11 + *
12 + * last change: $Author$ $Date$
13 + *
14 + * The Contents of this file are made available subject to
15 + * the terms of GNU Lesser General Public License Version 2.1.
16 + *
17 + *
18 + * GNU Lesser General Public License Version 2.1
19 + * =============================================
20 + * Copyright 2005 by Sun Microsystems, Inc.
21 + * 901 San Antonio Road, Palo Alto, CA 94303, USA
22 + *
23 + * This library is free software; you can redistribute it and/or
24 + * modify it under the terms of the GNU Lesser General Public
25 + * License version 2.1, as published by the Free Software Foundation.
26 + *
27 + * This library is distributed in the hope that it will be useful,
28 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
29 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30 + * Lesser General Public License for more details.
31 + *
32 + * You should have received a copy of the GNU Lesser General Public
33 + * License along with this library; if not, write to the Free Software
34 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
35 + * MA 02111-1307 USA
36 + *
37 + ************************************************************************/
39 +#ifndef _GSTCOMMON_HXX
40 +#define _GSTCOMMON_HXX
42 +#include <gst/gst.h>
44 +#ifndef _OSL_MUTEX_HXX_
45 +#include <osl/mutex.hxx>
46 +#endif
47 +#ifndef _DEBUG_HXX
48 +#include <tools/debug.hxx>
49 +#endif
50 +#ifndef _STREAM_HXX
51 +#include <tools/stream.hxx>
52 +#endif
53 +#ifndef _STRING_HXX
54 +#include <tools/string.hxx>
55 +#endif
56 +#ifndef _URLOBJ_HXX
57 +#include <tools/urlobj.hxx>
58 +#endif
59 +#ifndef _CPPUHELPER_IMPLBASE1_HXX_
60 +#include <cppuhelper/implbase1.hxx>
61 +#endif
62 +#ifndef _CPPUHELPER_IMPLBASE2_HXX_
63 +#include <cppuhelper/implbase2.hxx>
64 +#endif
65 +#ifndef _CPPUHELPER_WEAK_HXX_
66 +#include <cppuhelper/weak.hxx>
67 +#endif
68 +#ifndef _CPPUHELPER_FACTORY_HXX_
69 +#include <cppuhelper/factory.hxx>
70 +#endif
72 +#include <com/sun/star/uno/Reference.h>
73 +#include <com/sun/star/uno/RuntimeException.hpp>
74 +#include <com/sun/star/lang/XMultiServiceFactory.hpp>
75 +#include <com/sun/star/lang/XComponent.hpp>
76 +#include <com/sun/star/registry/XRegistryKey.hpp>
77 +#include <com/sun/star/lang/XComponent.hpp>
78 +#include <com/sun/star/lang/XServiceInfo.hpp>
79 +#include <com/sun/star/awt/Rectangle.hpp>
80 +#include <com/sun/star/awt/KeyModifier.hpp>
81 +#include <com/sun/star/awt/MouseButton.hpp>
82 +#include <com/sun/star/media/XManager.hpp>
84 +#define WM_GRAPHNOTIFY (WM_USER + 567)
86 +#endif // _GSTCOMMOM_HXX