summaryrefslogtreecommitdiffstats
path: root/include/unotools/streamhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/streamhelper.hxx')
-rw-r--r--include/unotools/streamhelper.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/unotools/streamhelper.hxx b/include/unotools/streamhelper.hxx
index b6b573d1c66a..0068de5673d1 100644
--- a/include/unotools/streamhelper.hxx
+++ b/include/unotools/streamhelper.hxx
@@ -36,9 +36,7 @@ namespace utl
* @author Dirk Grobler
* @since 00/28/03
*/
- typedef cppu::WeakImplHelper<css::io::XInputStream, css::io::XSeekable> InputStreamHelper_Base;
- // needed for some compilers
-class UNOTOOLS_DLLPUBLIC OInputStreamHelper : public InputStreamHelper_Base
+class UNOTOOLS_DLLPUBLIC OInputStreamHelper : public cppu::WeakImplHelper<css::io::XInputStream, css::io::XSeekable>
{
::osl::Mutex m_aMutex;
SvLockBytesRef m_xLockBytes;