diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-10 12:51:10 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-10 13:11:11 +0000 |
commit | e50bcf0a2267bf3c80a5d99442bfe08681241836 (patch) | |
tree | f14ffb6ae356be1e83c9e392d7bcad4204040fdd /vbahelper/inc | |
parent | 9303e87bb6839afc09d4db543ff17f2fb5142359 (diff) |
vbahelper: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants.
Change-Id: I8a7f7c81a876b5f1ac987375f8c43bbef89dc087
Reviewed-on: https://gerrit.libreoffice.org/18461
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'vbahelper/inc')
-rw-r--r-- | vbahelper/inc/pch/precompiled_msforms.hxx | 2 | ||||
-rw-r--r-- | vbahelper/inc/pch/precompiled_vbahelper.hxx | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/vbahelper/inc/pch/precompiled_msforms.hxx b/vbahelper/inc/pch/precompiled_msforms.hxx index 0987adad14e5..db48e2892187 100644 --- a/vbahelper/inc/pch/precompiled_msforms.hxx +++ b/vbahelper/inc/pch/precompiled_msforms.hxx @@ -56,7 +56,7 @@ #include <com/sun/star/util/MeasureUnit.hpp> #include <com/sun/star/view/XControlAccess.hpp> #include <comphelper/anytostring.hxx> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <filter/msfilter/msvbahelper.hxx> #include <ooo/vba/XCollection.hpp> #include <ooo/vba/XControlProvider.hpp> diff --git a/vbahelper/inc/pch/precompiled_vbahelper.hxx b/vbahelper/inc/pch/precompiled_vbahelper.hxx index 9cf0d5ae7194..5cef348d29db 100644 --- a/vbahelper/inc/pch/precompiled_vbahelper.hxx +++ b/vbahelper/inc/pch/precompiled_vbahelper.hxx @@ -120,8 +120,7 @@ #include <cppuhelper/bootstrap.hxx> #include <cppuhelper/component_context.hxx> #include <cppuhelper/exc_hlp.hxx> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <filter/msfilter/msvbahelper.hxx> #include <map> #include <math.h> |