diff options
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 4 | ||||
-rw-r--r-- | sot/source/unoolestorage/xolesimplestorage.hxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index d6321fd797bb..7e1cfb4a8e78 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -55,7 +55,7 @@ #include <unotools/localfilehelper.hxx> #include <tools/urlobj.hxx> #include <comphelper/processfactory.hxx> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <ucbhelper/commandenvironment.hxx> #include "sot/stg.hxx" @@ -81,7 +81,7 @@ static int nOpenFiles=0; static int nOpenStreams=0; #endif -typedef ::cppu::WeakImplHelper2 < XInputStream, XSeekable > FileInputStreamWrapper_Base; +typedef ::cppu::WeakImplHelper < XInputStream, XSeekable > FileInputStreamWrapper_Base; class FileStreamWrapper_Impl : public FileInputStreamWrapper_Base { protected: diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx index 818de7548739..03593c7d93ec 100644 --- a/sot/source/unoolestorage/xolesimplestorage.hxx +++ b/sot/source/unoolestorage/xolesimplestorage.hxx @@ -30,7 +30,7 @@ #include <com/sun/star/io/XOutputStream.hpp> -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> #include <osl/mutex.hxx> @@ -38,7 +38,7 @@ #include <sot/stg.hxx> -class OLESimpleStorage : public ::cppu::WeakImplHelper3 +class OLESimpleStorage : public ::cppu::WeakImplHelper < ::com::sun::star::embed::XOLESimpleStorage , ::com::sun::star::lang::XInitialization , ::com::sun::star::lang::XServiceInfo > |