Date: Sun, 22 Mar 2015 16:43:57 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381936 - head/editors/libreoffice/files Message-ID: <201503221643.t2MGhvcu090654@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503221643.t2MGhvcu090654>