diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-09-14 10:01:53 +0900 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-09-14 06:25:52 +0000 |
commit | 06962719b172bbc55d77bb13295dff25826bb963 (patch) | |
tree | 7472e4e0be21e62fbed34e7aaba1a568858f62ca /xmlscript/test | |
parent | 889d825879d1f044986c00a8038196bdb53e50dd (diff) |
xmlscript: tdf#88206 replace cppu::WeakImplHelper*
with the variadic variants.
Change-Id: Ic05094dea12c0aa66dc97a7e403a3abec9e25785
Reviewed-on: https://gerrit.libreoffice.org/18556
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/imexp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlscript/test/imexp.cxx b/xmlscript/test/imexp.cxx index 7621b5dece15..393d5a7b2f43 100644 --- a/xmlscript/test/imexp.cxx +++ b/xmlscript/test/imexp.cxx @@ -29,7 +29,6 @@ #include <cppuhelper/servicefactory.hxx> #include <cppuhelper/bootstrap.hxx> -#include <cppuhelper/implbase2.hxx> #include <comphelper/processfactory.hxx> |