diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-25 17:30:29 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-04-25 17:30:29 +0000 |
commit | cf14c210f1c7914b9ac52554a9ddbf0a7989293a (patch) | |
tree | 959e889fb7703348f51a9cb6e9fa5035d63e7039 /editors/libreoffice/files | |
parent | 3aa8bf819ff23540a79978178a35a7b599042598 (diff) |
Notes
Diffstat (limited to 'editors/libreoffice/files')
-rw-r--r-- | editors/libreoffice/files/patch-include_unotools_streamwrap.hxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx b/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx deleted file mode 100644 index c749e5e0598d..000000000000 --- a/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx +++ /dev/null @@ -1,17 +0,0 @@ ---- include/unotools/streamwrap.hxx.orig 2014-12-11 21:00:24 UTC -+++ include/unotools/streamwrap.hxx -@@ -125,12 +125,12 @@ typedef ::cppu::ImplHelper1 < ::com::s - /** helper class for wrapping an SvStream into an com.sun.star.io::XOutputStream - which is seekable (i.e. supports the com.sun.star.io::XSeekable interface). - */ --class OSeekableOutputStreamWrapper -+class UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper - :public OOutputStreamWrapper - ,public OSeekableOutputStreamWrapper_Base - { - public: -- UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper(SvStream& _rStream); -+ OSeekableOutputStreamWrapper(SvStream& _rStream); - - private: - virtual ~OSeekableOutputStreamWrapper(); |