summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xmloff/shapeimport.hxx7
1 files changed, 4 insertions, 3 deletions
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 );