chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 78a434f33166206241c864d731704d926740301c Author: Tomaž Vajngerl <[email protected]> Date: Fri Mar 9 18:11:21 2018 +0900 rename aNewGraphicUrl parameter name to what it actually is Change-Id: I054b02bf860fc3062fd6043e7abf30322e07a9ee Reviewed-on: https://gerrit.libreoffice.org/50991 Tested-by: Jenkins <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx index ec84b1f869ad..aec0eb3b6352 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx @@ -65,7 +65,7 @@ class WrappedSymbolBitmapProperty : public WrappedSeriesOrDiagramProperty<uno::R { public: virtual uno::Reference<graphic::XGraphic> getValueFromSeries(const Reference<beans::XPropertySet>& xSeriesPropertySet) const override; - virtual void setValueToSeries(const Reference<beans::XPropertySet> & xSeriesPropertySet, uno::Reference<graphic::XGraphic> const & aNewGraphicURL) const override; + virtual void setValueToSeries(const Reference<beans::XPropertySet> & xSeriesPropertySet, uno::Reference<graphic::XGraphic> const & xNewGraphic) const override; explicit WrappedSymbolBitmapProperty(const std::shared_ptr<Chart2ModelContact>& spChart2ModelContact, tSeriesOrDiagramPropertyType ePropertyType); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
