diff options
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx index 390677936cdd..2baba22cbbbb 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx +++ b/chart2/source/controller/chartapiwrapper/WrappedStatisticProperties.hxx @@ -35,9 +35,9 @@ class WrappedStatisticProperties public: static void addProperties( ::std::vector< css::beans::Property > & rOutProperties ); static void addWrappedPropertiesForSeries( std::vector< WrappedProperty* >& rList - , ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact ); + , const ::std::shared_ptr< Chart2ModelContact >& spChart2ModelContact ); static void addWrappedPropertiesForDiagram( std::vector< WrappedProperty* >& rList - , ::std::shared_ptr< Chart2ModelContact > spChart2ModelContact ); + , const ::std::shared_ptr< Chart2ModelContact >& spChart2ModelContact ); }; } //namespace wrapper |