aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-03-23 00:43:56 +0800
committermarino <marino@FreeBSD.org>2015-03-23 00:43:56 +0800
commit631656d51d06c1b579238c1a920250907d84ecb7 (patch)
tree6d17b962e63dadc23293eeb877a3e98a549c4705 /editors
parent9dcecdf32201b39ae5dd48e27a171df393877ea0 (diff)
downloadfreebsd-ports-gnome-631656d51d06c1b579238c1a920250907d84ecb7.tar.gz
freebsd-ports-gnome-631656d51d06c1b579238c1a920250907d84ecb7.tar.zst
freebsd-ports-gnome-631656d51d06c1b579238c1a920250907d84ecb7.zip
editors/libreoffice: Fix build on gcc-5
PR: 197947 Submitted by: marino Approved by: maintainer timeout
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/files/patch-include_unotools_streamwrap.hxx17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx b/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx
new file mode 100644
index 000000000000..c749e5e0598d
--- /dev/null
+++ b/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx
@@ -0,0 +1,17 @@
+--- 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();