Kaydet (Commit) 3e9914ed authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Stephan Bergmann

tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variant

... in starmath.

Change-Id: If414142c7d1356b8dbbf82bed70b908a4d161653
Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 5806a7ed
......@@ -30,8 +30,7 @@
#include <com/sun/star/uno/Reference.h>
#include <osl/mutex.hxx>
#include <cppuhelper/interfacecontainer.h>
#include <cppuhelper/implbase5.hxx>
#include <cppuhelper/implbase6.hxx>
#include <cppuhelper/implbase.hxx>
#include <svl/SfxBroadcaster.hxx>
#include <editeng/editeng.hxx>
......@@ -53,7 +52,7 @@ struct AccessibleEventObject;
typedef
cppu::WeakImplHelper6
cppu::WeakImplHelper
<
com::sun::star::lang::XServiceInfo,
com::sun::star::accessibility::XAccessible,
......@@ -302,7 +301,7 @@ public:
typedef
cppu::WeakImplHelper5
cppu::WeakImplHelper
<
com::sun::star::lang::XServiceInfo,
com::sun::star::accessibility::XAccessible,
......
......@@ -25,7 +25,7 @@
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.h>
#include <cppuhelper/implbase2.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
......@@ -51,7 +51,7 @@ namespace com
#include <sfx2/sfxuno.hxx>
class SmFilterDetect : public ::cppu::WeakImplHelper2< css::document::XExtendedFilterDetection, css::lang::XServiceInfo >
class SmFilterDetect : public ::cppu::WeakImplHelper< css::document::XExtendedFilterDetection, css::lang::XServiceInfo >
{
public:
SmFilterDetect( const css::uno::Reference < css::lang::XMultiServiceFactory >& xFactory );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment