diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 11:31:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-11 11:31:06 +0200 |
commit | 42ea4312c0b81cfcd08e7689278c57411ae3c2ac (patch) | |
tree | 2092078ca126a4cc6f8b2ce8dfae207a55e01e9f /avmedia | |
parent | 08234bab5e3287724344cd127ea88090561d9fc0 (diff) |
Include cppumaker-generated .hpp, not .hdl
Change-Id: Ib0451f26edbfbcdfdca78caa97bd09bc65ec2782
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/macavf/framegrabber.hxx | 2 | ||||
-rw-r--r-- | avmedia/source/macavf/manager.hxx | 2 | ||||
-rw-r--r-- | avmedia/source/macavf/player.hxx | 2 | ||||
-rw-r--r-- | avmedia/source/macavf/window.hxx | 2 |
4 files changed, 4 insertions, 4 deletions
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 <cppuhelper/implbase.hxx> -#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 <cppuhelper/implbase.hxx> -#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 <cppuhelper/implbase.hxx> -#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 <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> -#include "com/sun/star/media/XPlayerWindow.hdl" +#include "com/sun/star/media/XPlayerWindow.hpp" @interface MyMediaView : NSView |