f41
David Tardon 13 years ago
parent fa848f257d
commit e3b84da698

4
.gitignore vendored

@ -125,3 +125,7 @@
/libreoffice-core-3.6.0.4.tar.xz
/libreoffice-help-3.6.0.4.tar.xz
/libreoffice-translations-3.6.0.4.tar.xz
/libreoffice-binfilter-3.6.1.1.tar.xz
/libreoffice-core-3.6.1.1.tar.xz
/libreoffice-help-3.6.1.1.tar.xz
/libreoffice-translations-3.6.1.1.tar.xz

@ -1,34 +0,0 @@
From 73e3accda680cc2edee0425ec54def5d26e8648b Mon Sep 17 00:00:00 2001
From: David Tardon <dtardon@redhat.com>
Date: Thu, 26 Jul 2012 14:17:09 +0200
Subject: [PATCH] rhbz#842552 always create text content
The following line in oox::drawingml::table::TableCell::pushToXCell
suggests that it is assumed that the cell always contains text:
Reference< text::XText > xText( rxCell, UNO_QUERY_THROW );
So TableCell should always hold a valid TextBody too.
Change-Id: Ic2db7b535c98dd5f2b18941846709a781df4585c
---
oox/source/drawingml/table/tablecell.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/oox/source/drawingml/table/tablecell.cxx b/oox/source/drawingml/table/tablecell.cxx
index 96fa5b7..c89a4f9 100644
--- a/oox/source/drawingml/table/tablecell.cxx
+++ b/oox/source/drawingml/table/tablecell.cxx
@@ -44,7 +44,8 @@ using ::com::sun::star::drawing::LineStyle;
namespace oox { namespace drawingml { namespace table {
TableCell::TableCell()
-: mnRowSpan ( 1 )
+: mpTextBody( new TextBody() )
+, mnRowSpan ( 1 )
, mnGridSpan( 1 )
, mbhMerge( sal_False )
, mbvMerge( sal_False )
--
1.7.10.4

@ -1,5 +1,5 @@
# download path contains version without the last (fourth) digit
%define libo_version 3.6.0
%define libo_version 3.6.1
# Should contain .alphaX / .betaX, if this is pre-release (actually
# pre-RC) version. The pre-release string is part of tarball file names,
# so we need a way to define it easily at one place.
@ -33,8 +33,8 @@
Summary: Free Software Productivity Suite
Name: libreoffice
Epoch: 1
Version: %{libo_version}.4
Release: 3%{?libo_prerelease}%{?dist}
Version: %{libo_version}.1
Release: 1%{?libo_prerelease}%{?dist}
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
Group: Applications/Productivity
URL: http://www.documentfoundation.org/develop
@ -168,7 +168,6 @@ Patch8: 0001-Resolves-rhbz-838368-view-ignored-while-view-accepte.patch
# TODO: look what the problem is
Patch9: 0001-disable-failing-check.patch
Patch10: 0001-Resolves-rhbz-836937-insanely-slow-with-Zemberek-ins.patch
Patch11: 0001-rhbz-842552-always-create-text-content.patch
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%define instdir %{_libdir}
@ -776,7 +775,6 @@ mv -f redhat.soc extras/source/palettes/standard.soc
%patch8 -p1 -b .rhbz838368-view-ignored-while-view-accepte.patch
%patch9 -p1 -b .disable-failing-check.patch
%patch10 -p1 -b .rhbz-836937-insanely-slow-with-Zemberek-ins.patch
%patch11 -p1 -b .rhbz-842552-always-create-text-content.patch
# TODO: check this
# these are horribly incomplete--empty translations and copied english
@ -2011,6 +2009,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
%endif
%changelog
* Wed Aug 15 2012 David Tardon <dtardon@redhat.com> - 1:3.6.1.1-1
- 3.6.1 rc1
* Sun Aug 12 2012 Kevin Fenzi <kevin@scrye.com> - 1:3.6.0.4-3
- Rebuild for new boost

@ -33,13 +33,13 @@
+
#collect all bootstrap variables specified on the command line
#so that they can be passed as arguments to javaldx later on
#Recognize the "sync" option. sync must be applied without any other
for arg in $@
@@ -110,6 +137,8 @@
# SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS
# execute binary
-exec "$sd_prog/unopkg.bin" "$@" $JVMFWKPARAMS \
+"$sd_prog/unopkg.bin" "$@" $JVMFWKPARAMS \
-exec "$sd_prog/unopkg.bin" "$@" \
+"$sd_prog/unopkg.bin" "$@" \
"-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc"
-
+if [ -n "$INSTDIR" ]; then

@ -9,7 +9,7 @@ c1b5b8d1dd929a1261a6f8872d92b799 redhat-langpacks.tar.gz
fdb27bfe2dbe2e7b57ae194d9bf36bab fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
a7983f859eafb2677d7ff386a023bc40 a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
1f24ab1d39f4a51faf22244c94a6203f 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
d63fed7dd5b368d1753eeebb5972c740 libreoffice-binfilter-3.6.0.4.tar.xz
67cf97e86c75363238a371f64ef5f606 libreoffice-core-3.6.0.4.tar.xz
8422b0c4c797abeefed3ee4490586dd2 libreoffice-help-3.6.0.4.tar.xz
6cc8fa86be8c657ba23434c6c8d99416 libreoffice-translations-3.6.0.4.tar.xz
edc01324ed978c41cf780a810b9fb0e0 libreoffice-binfilter-3.6.1.1.tar.xz
8e2550fe7c1732841ceb89bc2bdef835 libreoffice-core-3.6.1.1.tar.xz
f4e70255502cbed27d6a4aec3ca3440c libreoffice-help-3.6.1.1.tar.xz
e0620afcc401aa19cd094d65095f9d82 libreoffice-translations-3.6.1.1.tar.xz

Loading…
Cancel
Save