Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2709
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/2709/1
fix fdo#38385 - accept as valid 'start' and 'end' tokens for lineborders
Change-Id: Ie092cc09c9c6e971c4f2020cb3b233ee350752ce
(cherry picked from commit 8b29f5cb0333c156154adc151a613a547fde4f8f)
---
M sc/source/filter/oox/stylesbuffer.cxx
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sc/source/filter/oox/stylesbuffer.cxx b/sc/source/filter/oox/stylesbuffer.cxx
index b7cc8db..703fc8b 100644
--- a/sc/source/filter/oox/stylesbuffer.cxx
+++ b/sc/source/filter/oox/stylesbuffer.cxx
@@ -1782,7 +1782,9 @@
switch( nElement )
{
case XLS_TOKEN( left ): return &maModel.maLeft;
+ case XLS_TOKEN( start ): return &maModel.maLeft;
case XLS_TOKEN( right ): return &maModel.maRight;
+ case XLS_TOKEN( end ): return &maModel.maRight;
case XLS_TOKEN( top ): return &maModel.maTop;
case XLS_TOKEN( bottom ): return &maModel.maBottom;
case XLS_TOKEN( diagonal ): return &maModel.maDiagonal;
--
To view, visit https://gerrit.libreoffice.org/2709
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie092cc09c9c6e971c4f2020cb3b233ee350752ce
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Noel Power <noel.power@suse.com>
Context
- [PATCH libreoffice-4-0] fix fdo#38385 - accept as valid 'start' and 'end' tokens for... · Noel Power (via Code Review)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.