diff options
Diffstat (limited to 'include/xmloff/shapeimport.hxx')
-rw-r--r-- | include/xmloff/shapeimport.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/shapeimport.hxx b/include/xmloff/shapeimport.hxx index 4412d26e07d6..a20154a70387 100644 --- a/include/xmloff/shapeimport.hxx +++ b/include/xmloff/shapeimport.hxx @@ -215,6 +215,7 @@ public: struct XMLShapeImportHelperImpl; struct XMLShapeImportPageContextImpl; +struct SdXMLEventContextData; class XMLOFF_DLLPUBLIC XMLShapeImportHelper : public salhelper::SimpleReferenceObject { @@ -307,6 +308,9 @@ public: const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList, css::uno::Reference< css::drawing::XShapes >& rShapes); + // 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(); |