View | Details | Raw Unified | Return to bug 197947
Collapse All | Expand All

(-)editors/libreoffice/files/patch-include_unotools_streamwrap.hxx (+17 lines)
Line 0 Link Here
1
--- include/unotools/streamwrap.hxx.orig	2014-12-11 21:00:24 UTC
2
+++ include/unotools/streamwrap.hxx
3
@@ -125,12 +125,12 @@ typedef ::cppu::ImplHelper1 <   ::com::s
4
 /** helper class for wrapping an SvStream into an com.sun.star.io::XOutputStream
5
     which is seekable (i.e. supports the com.sun.star.io::XSeekable interface).
6
 */
7
-class OSeekableOutputStreamWrapper
8
+class UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper
9
                 :public OOutputStreamWrapper
10
                 ,public OSeekableOutputStreamWrapper_Base
11
 {
12
 public:
13
-    UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper(SvStream& _rStream);
14
+    OSeekableOutputStreamWrapper(SvStream& _rStream);
15
 
16
 private:
17
     virtual ~OSeekableOutputStreamWrapper();

Return to bug 197947