diff options
Diffstat (limited to 'svx/source/xml/xmleohlp.cxx')
-rw-r--r-- | svx/source/xml/xmleohlp.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/xml/xmleohlp.cxx b/svx/source/xml/xmleohlp.cxx index 3d699240dc9f..b3a726da01b3 100644 --- a/svx/source/xml/xmleohlp.cxx +++ b/svx/source/xml/xmleohlp.cxx @@ -43,6 +43,7 @@ #include <comphelper/embeddedobjectcontainer.hxx> #include <comphelper/classids.hxx> +#include <cppuhelper/implbase.hxx> #include <map> #include "svx/xmleohlp.hxx" #include <boost/scoped_ptr.hpp> @@ -64,7 +65,7 @@ using namespace ::com::sun::star::lang; -class OutputStorageWrapper_Impl : public ::cppu::WeakImplHelper1<XOutputStream> +class OutputStorageWrapper_Impl : public ::cppu::WeakImplHelper<XOutputStream> { ::osl::Mutex maMutex; Reference < XOutputStream > xOut; |