From 6f5bf54858229d99d3a723507a2013e4995494dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 25 Jul 2020 16:19:55 +0100 Subject: [PATCH] ::cppu::OPropertySetHelper::getFastPropertyValue is the right one --- 0001-fix-f33-build.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/0001-fix-f33-build.patch b/0001-fix-f33-build.patch index 90b462b..79ae85c 100644 --- a/0001-fix-f33-build.patch +++ b/0001-fix-f33-build.patch @@ -18,8 +18,8 @@ index 606d51a6c035..10c8114da941 100644 bool bShowHiLow = false; - getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; - getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; -+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; -+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; ++ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; ++ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; std::vector< OUString > aMandRoles; @@ -29,8 +29,8 @@ index 606d51a6c035..10c8114da941 100644 bool bShowHiLow = false; - getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; - getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; -+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; -+ CandleStickChartType::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; ++ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_FIRST ) >>= bShowFirst; ++ ::cppu::OPropertySetHelper::getFastPropertyValue( PROP_CANDLESTICKCHARTTYPE_SHOW_HIGH_LOW ) >>= bShowHiLow; std::vector< OUString > aOptRoles;