summaryrefslogtreecommitdiff
path: root/include/oox/vml
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-22 17:06:40 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-08-23 06:06:04 +0000
commit7f4e0d6aa29da640408cf4cc84b2fc1a0c11f8ba (patch)
tree7d078f47d4d7b72c627bae7e7192cf7316b5ebeb /include/oox/vml
parent9beb2bedc0f65b90cd35f7fa6c9b53ee6729a0c4 (diff)
oox: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: I8a82df7ea24874d8e246dc983418d872f1943c8e Reviewed-on: https://gerrit.libreoffice.org/17919 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/oox/vml')
-rw-r--r--include/oox/vml/vmlinputstream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/vml/vmlinputstream.hxx b/include/oox/vml/vmlinputstream.hxx
index 3f7efe086da3..fa1ff1d2338b 100644
--- a/include/oox/vml/vmlinputstream.hxx
+++ b/include/oox/vml/vmlinputstream.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_OOX_VML_VMLINPUTSTREAM_HXX
#include <com/sun/star/io/XInputStream.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <rtl/string.hxx>
namespace com { namespace sun { namespace star {
@@ -51,7 +51,7 @@ namespace vml {
3) Line breaks represented by a single <br> element (without matching
</br> element) are replaced by a literal LF character.
*/
-class InputStream : public ::cppu::WeakImplHelper1< ::com::sun::star::io::XInputStream >
+class InputStream : public ::cppu::WeakImplHelper< ::com::sun::star::io::XInputStream >
{
public:
explicit InputStream(