diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-12-06 20:42:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-12-07 10:56:36 +0000 |
commit | d1a9c73ea16f5b4838f639ce2bb2226d9b9b334a (patch) | |
tree | 1fbc59474ab27dbb4c7e53e50911f8df2cd2c054 /include/basic | |
parent | a6149bc0aa25dfbe963466a3a02c3d1ac18d75a1 (diff) |
tdf#88206 replace cppu::WeakImplHelper* misc
also edited two examples in canvas comments
Change-Id: Iac82b462168f869f995c33bb2c639f3dbe09cbd5
Reviewed-on: https://gerrit.libreoffice.org/31715
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/modsizeexceeded.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/modsizeexceeded.hxx b/include/basic/modsizeexceeded.hxx index 5f9cc18cda49..2a6a304e0169 100644 --- a/include/basic/modsizeexceeded.hxx +++ b/include/basic/modsizeexceeded.hxx @@ -21,11 +21,11 @@ #define INCLUDED_BASIC_MODSIZEEXCEEDED_HXX #include <com/sun/star/task/XInteractionHandler.hpp> -#include <cppuhelper/implbase1.hxx> +#include <cppuhelper/implbase.hxx> #include <basic/basicdllapi.h> #include <vector> -class BASIC_DLLPUBLIC ModuleSizeExceeded : public ::cppu::WeakImplHelper1< css::task::XInteractionRequest > +class BASIC_DLLPUBLIC ModuleSizeExceeded : public cppu::WeakImplHelper< css::task::XInteractionRequest > { // C++ interface public: |