diff --git a/0001-using-seems-to-have-gone-wrong.patch b/0001-using-seems-to-have-gone-wrong.patch new file mode 100644 index 0000000..53d5a25 --- /dev/null +++ b/0001-using-seems-to-have-gone-wrong.patch @@ -0,0 +1,38 @@ +From d4b1a6e8e2f16ca18b002269f8cef005ad603eec Mon Sep 17 00:00:00 2001 +From: rpmbuild +Date: Sat, 25 Jul 2020 00:06:16 +0100 +Subject: [PATCH] using seems to have gone wrong + +--- + chart2/source/model/template/CandleStickChartType.cxx | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/chart2/source/model/template/CandleStickChartType.cxx b/chart2/source/model/template/CandleStickChartType.cxx +index 606d51a..1b0a7db 100644 +--- a/chart2/source/model/template/CandleStickChartType.cxx ++++ b/chart2/source/model/template/CandleStickChartType.cxx +@@ -216,8 +216,10 @@ uno::Sequence< OUString > SAL_CALL CandleStickChartType::getSupportedMandatoryRo + { + bool bShowFirst = true; + bool bShowHiLow = false; ++#if 0 + getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; + getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; ++#endif + + std::vector< OUString > aMandRoles; + +@@ -240,8 +242,10 @@ Sequence< OUString > SAL_CALL CandleStickChartType::getSupportedOptionalRoles() + { + bool bShowFirst = true; + bool bShowHiLow = false; ++#if 0 + getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; + getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; ++#endif + + std::vector< OUString > aOptRoles; + +-- +2.26.2 + diff --git a/libreoffice.spec b/libreoffice.spec index 656df95..4b2f773 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -250,6 +250,7 @@ Patch6: 0001-Restructure-solenv-bin-assemble-flatpak.sh.patch Patch7: 0001-Related-tdf-127782-resize-the-print-dialog-to-its-op.patch Patch8: 0001-fix-f33-build.patch Patch9: 0001-workaround-internal-compiler-error.patch +Patch10: 0001-using-seems-to-have-gone-wrong.patch %if 0%{?rhel} # not upstreamed