summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/msole/mtnotification.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-03 01:02:04 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-08-03 06:50:37 +0000
commitb03f6f45f4a13d97b0b62ea7c54b75dd14a5ad5e (patch)
treedb5238623d81818f45d6b92f2631539c3f413a18 /embeddedobj/source/msole/mtnotification.hxx
parenttdf92459 replace select1st/2nd in dbaccess (diff)
downloadcore-b03f6f45f4a13d97b0b62ea7c54b75dd14a5ad5e.tar.gz
core-b03f6f45f4a13d97b0b62ea7c54b75dd14a5ad5e.zip
tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants in embeddedobj. Change-Id: I60aad1267b664825f781c085fb33612bce3f7221 Reviewed-on: https://gerrit.libreoffice.org/17474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'embeddedobj/source/msole/mtnotification.hxx')
-rw-r--r--embeddedobj/source/msole/mtnotification.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/embeddedobj/source/msole/mtnotification.hxx b/embeddedobj/source/msole/mtnotification.hxx
index 9b45e5fcd07c..faae7af6f18a 100644
--- a/embeddedobj/source/msole/mtnotification.hxx
+++ b/embeddedobj/source/msole/mtnotification.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/awt/XCallback.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <rtl/ref.hxx>
@@ -32,7 +32,7 @@ class OleEmbeddedObject;
#define OLECOMP_ONVIEWCHANGE 1
#define OLECOMP_ONCLOSE 2
-class MainThreadNotificationRequest : public cppu::WeakImplHelper1< com::sun::star::awt::XCallback >
+class MainThreadNotificationRequest : public cppu::WeakImplHelper< com::sun::star::awt::XCallback >
{
OleEmbeddedObject* m_pObject;
::com::sun::star::uno::WeakReference< ::com::sun::star::embed::XEmbeddedObject > m_xObject;