From 42ea4312c0b81cfcd08e7689278c57411ae3c2ac Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 11 May 2016 11:31:06 +0200 Subject: Include cppumaker-generated .hpp, not .hdl Change-Id: Ib0451f26edbfbcdfdca78caa97bd09bc65ec2782 --- avmedia/source/macavf/framegrabber.hxx | 2 +- avmedia/source/macavf/manager.hxx | 2 +- avmedia/source/macavf/player.hxx | 2 +- avmedia/source/macavf/window.hxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'avmedia/source') diff --git a/avmedia/source/macavf/framegrabber.hxx b/avmedia/source/macavf/framegrabber.hxx index f8ce9d65a1e3..b30a2b2a400f 100644 --- a/avmedia/source/macavf/framegrabber.hxx +++ b/avmedia/source/macavf/framegrabber.hxx @@ -23,7 +23,7 @@ #include "macavfcommon.hxx" #include -#include "com/sun/star/media/XFrameGrabber.hdl" +#include "com/sun/star/media/XFrameGrabber.hpp" namespace avmedia { namespace macavf { diff --git a/avmedia/source/macavf/manager.hxx b/avmedia/source/macavf/manager.hxx index 6e93d7e5c19c..5caeafb9024a 100644 --- a/avmedia/source/macavf/manager.hxx +++ b/avmedia/source/macavf/manager.hxx @@ -23,7 +23,7 @@ #include "macavfcommon.hxx" #include -#include "com/sun/star/media/XManager.hdl" +#include "com/sun/star/media/XManager.hpp namespace avmedia { namespace macavf { diff --git a/avmedia/source/macavf/player.hxx b/avmedia/source/macavf/player.hxx index e1c644bab010..d603ec14d131 100644 --- a/avmedia/source/macavf/player.hxx +++ b/avmedia/source/macavf/player.hxx @@ -24,7 +24,7 @@ #include "macavfcommon.hxx" #include -#include "com/sun/star/media/XPlayer.hdl" +#include "com/sun/star/media/XPlayer.hpp" namespace avmedia { namespace macavf { diff --git a/avmedia/source/macavf/window.hxx b/avmedia/source/macavf/window.hxx index 396f75a9b24b..2fe729035a94 100644 --- a/avmedia/source/macavf/window.hxx +++ b/avmedia/source/macavf/window.hxx @@ -24,7 +24,7 @@ #include #include -#include "com/sun/star/media/XPlayerWindow.hdl" +#include "com/sun/star/media/XPlayerWindow.hpp" @interface MyMediaView : NSView -- cgit