diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-07-01 17:07:31 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-06 07:35:17 +0000 |
commit | 623c2b92b90ffce8ece14cbbd2da7067e2759e99 (patch) | |
tree | e79297e6d2dd486e67e2720c3a63d30fe6f7d7ed /avmedia/source/macavf/macavfcommon.hxx | |
parent | c73e3bb925a2c08c9aea0e8e7a7e3502b68c044e (diff) |
tdf#88206 Change uses of cppu::WeakImplHelper* etc.
to the variadic variants, in avmedia.
Change-Id: I7fe65771ea5e0d30c7906d0d33acdcbe9e8aa3ff
Reviewed-on: https://gerrit.libreoffice.org/16647
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'avmedia/source/macavf/macavfcommon.hxx')
-rw-r--r-- | avmedia/source/macavf/macavfcommon.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/avmedia/source/macavf/macavfcommon.hxx b/avmedia/source/macavf/macavfcommon.hxx index d675bc34c50e..cac042102bfb 100644 --- a/avmedia/source/macavf/macavfcommon.hxx +++ b/avmedia/source/macavf/macavfcommon.hxx @@ -31,8 +31,6 @@ #include <rtl/ustring.hxx> #include <tools/stream.hxx> #include <tools/urlobj.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase2.hxx> #include <cppuhelper/weak.hxx> #include <cppuhelper/factory.hxx> |