chart2/source/controller/dialogs/DialogModel.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 47592bb356e8ddab2e228147e0e7a239cb27c27d Author: Tomaž Vajngerl <[email protected]> Date: Tue Mar 7 18:07:53 2017 +0100 chart: getModel (chart model) in DialogModel should be public Change-Id: Ia1a783ab91b944218956224268db98853f384307 diff --git a/chart2/source/controller/dialogs/DialogModel.hxx b/chart2/source/controller/dialogs/DialogModel.hxx index 55251b1..722ce26 100644 --- a/chart2/source/controller/dialogs/DialogModel.hxx +++ b/chart2/source/controller/dialogs/DialogModel.hxx @@ -146,6 +146,8 @@ public: // relative ordering, to get e.g. x-values and y-values in the right order static sal_Int32 GetRoleIndexForSorting( const OUString & rInternalRoleString ); + ChartModel& getModel() const; + private: css::uno::Reference< css::chart2::XChartDocument > m_xChartDocument; @@ -168,7 +170,6 @@ private: sal_Int32 countSeries() const; - ChartModel& getModel() const; mutable DialogModelTimeBasedInfo maTimeBasedInfo; };
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
