chart2/source/controller/inc/TextLabelItemConverter.hxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 6d9fc845f7b08977e3711b1dbe20ee44e62c3b3d Author: Michael Stahl <[email protected]> Date: Mon Aug 4 11:47:28 2014 +0200 hate that stupid auto_ptr deprecation warning Change-Id: I8b290b61d7f081d5b2b72805968a374c91721cc3 diff --git a/chart2/source/controller/inc/TextLabelItemConverter.hxx b/chart2/source/controller/inc/TextLabelItemConverter.hxx index 405d459..2ff8875 100644 --- a/chart2/source/controller/inc/TextLabelItemConverter.hxx +++ b/chart2/source/controller/inc/TextLabelItemConverter.hxx @@ -33,6 +33,7 @@ namespace chart { namespace wrapper { class TextLabelItemConverter : public ::comphelper::ItemConverter { public: + SAL_WNODEPRECATED_DECLARATIONS_PUSH TextLabelItemConverter( const css::uno::Reference<css::frame::XModel>& xChartModel, const css::uno::Reference<css::beans::XPropertySet>& rPropertySet, @@ -42,6 +43,7 @@ public: bool bDataSeries = false, sal_Int32 nNumberFormat = 0, sal_Int32 nPercentNumberFormat = 0 ); + SAL_WNODEPRECATED_DECLARATIONS_POP virtual ~TextLabelItemConverter(); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
