/[packages]/cauldron/libreoffice/current/SOURCES/0001-fix-linker-error.patch
ViewVC logotype

Contents of /cauldron/libreoffice/current/SOURCES/0001-fix-linker-error.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 817012 - (show annotations) (download)
Wed Feb 25 19:44:21 2015 UTC (9 years, 1 month ago) by tv
File size: 1573 byte(s)
- 4.4.1 RC2
1 From 63a5f3804578dc185a88b7f88cdbdfc53dde02b4 Mon Sep 17 00:00:00 2001
2 From: David Tardon <dtardon@redhat.com>
3 Date: Wed, 11 Feb 2015 22:56:53 +0100
4 Subject: [PATCH] fix linker error
5
6 /builddir/build/BUILD/libreoffice-4.4.1.1/workdir/CxxObject/svtools/source/misc/imageresourceaccess.o: In function `com::sun::star::uno::Reference<com::sun::star::io::XOutputStream>::Reference(com::sun::star::io::XOutputStream*)':
7 /builddir/build/BUILD/libreoffice-4.4.1.1/include/com/sun/star/uno/Reference.hxx:137: undefined reference to `non-virtual thunk to utl::OSeekableOutputStreamWrapper::acquire()'
8
9 Change-Id: Ic644a8299cf2f79f02c1e3ca0de9687520f402a9
10 ---
11 include/unotools/streamwrap.hxx | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/include/unotools/streamwrap.hxx b/include/unotools/streamwrap.hxx
15 index e8027ce..8efc227 100644
16 --- a/include/unotools/streamwrap.hxx
17 +++ b/include/unotools/streamwrap.hxx
18 @@ -123,12 +123,12 @@ typedef ::cppu::ImplHelper1 < css::io::XSeekable
19 /** helper class for wrapping an SvStream into an com.sun.star.io::XOutputStream
20 which is seekable (i.e. supports the com.sun.star.io::XSeekable interface).
21 */
22 -class OSeekableOutputStreamWrapper
23 +class UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper
24 :public OOutputStreamWrapper
25 ,public OSeekableOutputStreamWrapper_Base
26 {
27 public:
28 - UNOTOOLS_DLLPUBLIC OSeekableOutputStreamWrapper(SvStream& _rStream);
29 + OSeekableOutputStreamWrapper(SvStream& _rStream);
30
31 private:
32 virtual ~OSeekableOutputStreamWrapper();
33 --
34 2.1.0
35

  ViewVC Help
Powered by ViewVC 1.1.30