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 /reportdesign | |
parent | cbe60f979590615f61d914f1c937c69e89c58880 (diff) |
Add variadic PartialWeakComponentImplHelper, remove need for implbase_var.hxx
Change-Id: Iad3417822b2ab3afb75da09c311a0bf07af5e2e4
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/inc/ReportDefinition.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx index 18ac1b88ce6f..e11a09675a9e 100644 --- a/reportdesign/inc/ReportDefinition.hxx +++ b/reportdesign/inc/ReportDefinition.hxx @@ -41,15 +41,10 @@ #include <comphelper/embeddedobjectcontainer.hxx> #include <comphelper/uno3.hxx> #include <cppuhelper/basemutex.hxx> +#include <cppuhelper/compbase.hxx> #include <cppuhelper/propertysetmixin.hxx> #include <svx/unomod.hxx> -#ifndef INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_13 -#define INCLUDED_COMPHELPER_IMPLBASE_VAR_HXX_13 -#define COMPHELPER_IMPLBASE_INTERFACE_NUMBER 13 -#include <comphelper/implbase_var.hxx> -#endif - #include <boost/shared_ptr.hpp> @@ -64,7 +59,7 @@ namespace utl namespace reportdesign { class OReportComponentProperties; - typedef ::comphelper::PartialWeakComponentImplHelper13 < ::com::sun::star::report::XReportDefinition + typedef cppu::PartialWeakComponentImplHelper< ::com::sun::star::report::XReportDefinition , ::com::sun::star::document::XEventBroadcaster , ::com::sun::star::lang::XServiceInfo , ::com::sun::star::frame::XModule |