Kaydet (Commit) 2a64f244 authored tarafından Mike Kaganski's avatar Mike Kaganski

avmedia: consistently use "" and <> in include directives

Change-Id: Ic8d0dee5b0af986214dd5967400651903b84422b
Reviewed-on: https://gerrit.libreoffice.org/43269Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst b2384778
......@@ -36,7 +36,7 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/storagehelper.hxx>
#include "mediamisc.hxx"
#include <mediamisc.hxx>
using namespace ::com::sun::star;
......
......@@ -26,10 +26,10 @@
#include <svtools/miscopt.hxx>
#include <tools/time.hxx>
#include <vcl/lstbox.hxx>
#include "bitmaps.hlst"
#include "strings.hrc"
#include "helpids.h"
#include "mediamisc.hxx"
#include <bitmaps.hlst>
#include <strings.hrc>
#include <helpids.h>
#include <mediamisc.hxx>
using ::rtl::OUString;
......
......@@ -17,12 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "mediacontrol.hxx"
#include "strings.hrc"
#include "mediamisc.hxx"
#include <mediacontrol.hxx>
#include <strings.hrc>
#include <mediamisc.hxx>
#include <avmedia/mediawindow.hxx>
#include <avmedia/mediaplayer.hxx>
#include "helpids.h"
#include <helpids.h>
#include <tools/time.hxx>
#include <svtools/miscopt.hxx>
#include <vcl/svapp.hxx>
......
......@@ -36,7 +36,7 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/storagehelper.hxx>
#include "mediamisc.hxx"
#include <mediamisc.hxx>
using namespace ::com::sun::star;
......
......@@ -20,9 +20,9 @@
#include <avmedia/mediaplayer.hxx>
#include <avmedia/mediawindow.hxx>
#include <avmedia/mediaitem.hxx>
#include "mediamisc.hxx"
#include "strings.hrc"
#include "helpids.h"
#include <mediamisc.hxx>
#include <strings.hrc>
#include <helpids.h>
#include <svl/stritem.hxx>
#include <sfx2/app.hxx>
......
......@@ -19,7 +19,7 @@
#include <avmedia/mediatoolbox.hxx>
#include <avmedia/mediaitem.hxx>
#include "mediacontrol.hxx"
#include <mediacontrol.hxx>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>
......
......@@ -9,7 +9,7 @@
#include <avmedia/modeltools.hxx>
#include <avmedia/mediaitem.hxx>
#include "mediamisc.hxx"
#include <mediamisc.hxx>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
......@@ -31,7 +31,7 @@
#include <config_features.h>
#if HAVE_FEATURE_COLLADA
#include <collada_headers.hxx>
#include "collada_headers.hxx"
#include <GLTFAsset.h>
#endif
......
......@@ -22,7 +22,7 @@
#include "gstcommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XManager.hpp"
#include <com/sun/star/media/XManager.hpp>
namespace avmedia { namespace gstreamer {
......
......@@ -23,7 +23,7 @@
#include <osl/conditn.hxx>
#include "gstcommon.hxx"
#include "com/sun/star/media/XPlayer.hpp"
#include <com/sun/star/media/XPlayer.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
......
......@@ -23,7 +23,7 @@
#include "macavfcommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XFrameGrabber.hpp"
#include <com/sun/star/media/XFrameGrabber.hpp>
namespace avmedia { namespace macavf {
......
......@@ -23,7 +23,7 @@
#include "macavfcommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XManager.hpp"
#include <com/sun/star/media/XManager.hpp>
namespace avmedia { namespace macavf {
......
......@@ -24,7 +24,7 @@
#include "macavfcommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XPlayer.hpp"
#include <com/sun/star/media/XPlayer.hpp>
namespace avmedia { namespace macavf {
......
......@@ -24,7 +24,7 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.h>
#include "com/sun/star/media/XPlayerWindow.hpp"
#include <com/sun/star/media/XPlayerWindow.hpp>
@interface MyMediaView : NSView
......
......@@ -23,7 +23,7 @@
#include "quicktimecommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XFrameGrabber.hpp"
#include <com/sun/star/media/XFrameGrabber.hpp>
namespace avmedia { namespace quicktime {
......
......@@ -23,7 +23,7 @@
#include "quicktimecommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XManager.hpp"
#include <com/sun/star/media/XManager.hpp>
namespace avmedia { namespace quicktime {
......
......@@ -22,7 +22,7 @@
#include "quicktimecommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XPlayer.hpp"
#include <com/sun/star/media/XPlayer.hpp>
namespace avmedia { namespace quicktime {
......
......@@ -24,7 +24,7 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.h>
#include "com/sun/star/media/XPlayerWindow.hpp"
#include <com/sun/star/media/XPlayerWindow.hpp>
namespace avmedia { namespace quicktime {
......
......@@ -19,9 +19,9 @@
#include <avmedia/mediawindow.hxx>
#include "mediawindow_impl.hxx"
#include "mediamisc.hxx"
#include "bitmaps.hlst"
#include "strings.hrc"
#include <mediamisc.hxx>
#include <bitmaps.hlst>
#include <strings.hrc>
#include <tools/urlobj.hxx>
#include <vcl/layout.hxx>
#include <unotools/pathoptions.hxx>
......@@ -29,9 +29,9 @@
#include <comphelper/processfactory.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/media/XManager.hpp>
#include "com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp"
#include "com/sun/star/ui/dialogs/TemplateDescription.hpp"
#include "com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp"
#include <com/sun/star/ui/dialogs/ExtendedFilePickerElementIds.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
#include <memory>
#define AVMEDIA_FRAMEGRABBER_DEFAULTFRAME_MEDIATIME 3.0
......
......@@ -22,10 +22,10 @@
#include <iostream>
#include "mediawindow_impl.hxx"
#include "mediaevent_impl.hxx"
#include "mediamisc.hxx"
#include "strings.hrc"
#include "bitmaps.hlst"
#include "helpids.h"
#include <mediamisc.hxx>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <helpids.h>
#include <algorithm>
#include <cmath>
......
......@@ -23,7 +23,7 @@
#include <svtools/transfer.hxx>
#include <vcl/syschild.hxx>
#include "mediacontrol.hxx"
#include <mediacontrol.hxx>
namespace com { namespace sun { namespace star { namespace media {
class XPlayer;
......
......@@ -22,7 +22,7 @@
#include "wincommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XFrameGrabber.hpp"
#include <com/sun/star/media/XFrameGrabber.hpp>
struct IMediaDet;
......
......@@ -22,7 +22,7 @@
#include "wincommon.hxx"
#include <cppuhelper/implbase.hxx>
#include "com/sun/star/media/XManager.hpp"
#include <com/sun/star/media/XManager.hpp>
namespace avmedia { namespace win {
......
......@@ -26,7 +26,7 @@
#include "wincommon.hxx"
#include "com/sun/star/media/XPlayer.hpp"
#include <com/sun/star/media/XPlayer.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
......
......@@ -28,7 +28,7 @@
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/interfacecontainer.h>
#include "com/sun/star/media/XPlayerWindow.hpp"
#include <com/sun/star/media/XPlayerWindow.hpp>
struct IVideoWindow;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment