summaryrefslogtreecommitdiff
path: root/include/oox/vml/vmlinputstream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/vml/vmlinputstream.hxx')
-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(