diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 21:48:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-22 21:48:36 +0200 |
commit | a51ac4d2bb8c4f1ea1d4ea7569863e2fb6535b02 (patch) | |
tree | f1c7430a1ff2895b65927e8c25a1b44fb1ffb201 /dbaccess | |
parent | cbe60f979590615f61d914f1c937c69e89c58880 (diff) |
Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxx
Change-Id: Iad3417822b2ab3afb75da09c311a0bf07af5e2e4
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/dataaccess/databasedocument.hxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dbaccess/source/core/dataaccess/databasedocument.hxx b/dbaccess/source/core/dataaccess/databasedocument.hxx index 693ad296f7c8..8589917e5a32 100644 --- a/dbaccess/source/core/dataaccess/databasedocument.hxx +++ b/dbaccess/source/core/dataaccess/databasedocument.hxx @@ -55,13 +55,7 @@ #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/util/XModifiable.hpp> -#ifndef INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_17 -#define INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_17 -#define COMPHELPER_IMPLBASE_INTERFACE_NUMBER 17 -#include <comphelper/implbase_var.hxx> -#endif - -#include <cppuhelper/compbase10.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/implbase3.hxx> #include <rtl/ref.hxx> @@ -134,7 +128,7 @@ private: }; // ODatabaseDocument -typedef ::comphelper::PartialWeakComponentImplHelper17 < ::com::sun::star::frame::XModel2 +typedef cppu::PartialWeakComponentImplHelper< ::com::sun::star::frame::XModel2 , ::com::sun::star::util::XModifiable , ::com::sun::star::frame::XStorable , ::com::sun::star::document::XEventBroadcaster |