From 6f5bf54858229d99d3a723507a2013e4995494dc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Jul 25 2020 15:19:55 +0000 Subject: ::cppu::OPropertySetHelper::getFastPropertyValue is the right one --- 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;