diff --git a/bnc-939996.diff b/bnc-939996.diff deleted file mode 100644 index 747550c..0000000 --- a/bnc-939996.diff +++ /dev/null @@ -1,45 +0,0 @@ -From 8e911fe7e14d20ea5abe2991ed93ced62385462d Mon Sep 17 00:00:00 2001 -From: Miklos Vajna -Date: Mon, 28 Sep 2015 14:03:25 +0200 -Subject: [PATCH] bnc#939996 tdf#93919 DOCX import: fix left-from-style and - first-from-direct - -With this, as direct paragraph formatting and - as a numbering level formatting is -properly merged, i.e. w:left is not lost, defaulting to 0. - -(cherry picked from commit 56341e5d496f576dc45fe8e6c44831d780fecb73) - -Conflicts: - sw/qa/extras/ooxmlimport/ooxmlimport.cxx - -Change-Id: If5534fbd9ee6d41139b0ed3a3df9d0cc5aad3239 -Reviewed-on: https://gerrit.libreoffice.org/18906 -Reviewed-by: Andras Timar -Tested-by: Andras Timar ---- - sw/qa/extras/ooxmlimport/data/tdf93919.docx | Bin 0 -> 15336 bytes - sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 6 ++++++ - writerfilter/source/dmapper/DomainMapper.cxx | 5 +++++ - 3 files changed, 11 insertions(+) - create mode 100644 sw/qa/extras/ooxmlimport/data/tdf93919.docx - -diff --git a/writerfilter/source/dmapper/DomainMapper.cxx b/writerfilter/source/dmapper/DomainMapper.cxx -index 8f13b5b..f7ef226 100644 ---- a/writerfilter/source/dmapper/DomainMapper.cxx -+++ b/writerfilter/source/dmapper/DomainMapper.cxx -@@ -482,6 +482,11 @@ void DomainMapper::lcl_attribute(Id nName, Value & val) - sal_Int32 nValue = ConversionHelper::convertTwipToMM100( nIntValue ); - m_pImpl->GetTopContext()->Insert( - PROP_PARA_FIRST_LINE_INDENT, uno::makeAny( - nValue )); -+ -+ // See above, need to inherit left margin from list style when first is set. -+ sal_Int32 nParaLeftMargin = m_pImpl->getCurrentNumberingProperty("IndentAt"); -+ if (nParaLeftMargin != 0) -+ m_pImpl->GetTopContext()->Insert(PROP_PARA_LEFT_MARGIN, uno::makeAny(nParaLeftMargin), /*bOverwrite=*/false); - } - break; - case NS_ooxml::LN_CT_Ind_firstLine: --- -2.1.4 - diff --git a/libreoffice.changes b/libreoffice.changes index 3b6a87b..0c6adb6 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 21 16:58:28 UTC 2015 - tchvatal@suse.com + +- Remove upstream merged: + * bnc-939996.diff + ------------------------------------------------------------------- Wed Oct 21 14:32:00 UTC 2015 - andras.timar@collabora.com diff --git a/libreoffice.spec b/libreoffice.spec index 4418259..70e8922 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -169,8 +169,6 @@ Patch4: nlpsolver-no-broken-help.diff Patch5: mediawiki-no-broken-help.diff # PATCH-FIX-SUSE: do not declare java6 available for without system libs build Patch7: 0001-Make-HAVE_JAVA6-be-always-false.patch -# bnc#939996 - LO-L3: Some bits from DOCX file are not imported -Patch9: bnc-939996.diff # bnc#889755 - LO-L3: PPTX: chart axis number format incorrect Patch10: bnc-889755.diff # bnc#679938 - LO-L3: saving to doc file the chapter name in the header does not change with chapters @@ -1002,7 +1000,6 @@ Provides additional %{langname} translations and resources for %{project}. \ %if !%{with systemlibs} %patch7 -p1 %endif -%patch9 -p1 %patch10 -p1 %patch11 -p1 %patch990 -p1