svn commit: r381936 - head/editors/libreoffice/files

John Marino marino at FreeBSD.org
Sun Mar 22 16:43:58 UTC 2015


Author: marino
Date: Sun Mar 22 16:43:56 2015
New Revision: 381936
URL: https://svnweb.freebsd.org/changeset/ports/381936
QAT: https://qat.redports.org/buildarchive/r381936/

Log:
  editors/libreoffice: Fix build on gcc-5
  
  PR:		197947
  Submitted by:	marino
  Approved by:	maintainer timeout

Added:
  head/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx   (contents, props changed)

Added: head/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/libreoffice/files/patch-include_unotools_streamwrap.hxx	Sun Mar 22 16:43:56 2015	(r381936)
@@ -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();


More information about the svn-ports-head mailing list