From e7051ed1ee5995860f18145b725c71a873ed60f2 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Nov 2019 17:04:46 +0000 Subject: rename now it does more than just sort MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia0adffc592105efeeebfeb8fc67570d3f6d844f1 Reviewed-on: https://gerrit.libreoffice.org/82544 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/xmloff/shapeimport.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'include/xmloff') diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index a20154a70387..12fe2aea6b08 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -311,9 +311,10 @@ public: // tdf#127791 help function for group shape events void addShapeEvents(SdXMLEventContextData& rData); - // helper functions for z-order sorting - void pushGroupForSorting( css::uno::Reference< css::drawing::XShapes >& rShapes ); - void popGroupAndSort(); + // helper functions processing groups after their component shapes are collected + // e.g. for z-order sorting or adding events to the group + void pushGroupForPostProcessing( css::uno::Reference< css::drawing::XShapes >& rShapes ); + void popGroupAndPostProcess(); void shapeWithZIndexAdded( css::uno::Reference< css::drawing::XShape > const & rShape, sal_Int32 nZIndex ); -- cgit