From 6550c248521b65a367b33ba8db95d17a9a350800 Mon Sep 17 00:00:00 2001 From: Regina Henschel Date: Wed, 15 Nov 2023 19:24:59 +0100 Subject: Add comments to import of Wordprocessing Canvas Change-Id: I09af78b08fed886e36beca1770db6fc54a72b707 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159473 Tested-by: Jenkins Reviewed-by: Regina Henschel --- include/oox/drawingml/connectorshapecontext.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/oox/drawingml/connectorshapecontext.hxx b/include/oox/drawingml/connectorshapecontext.hxx index 9911ce84de53..2b95ff4f3d4c 100644 --- a/include/oox/drawingml/connectorshapecontext.hxx +++ b/include/oox/drawingml/connectorshapecontext.hxx @@ -39,6 +39,7 @@ namespace oox::drawingml { sal_Int32 mnDestGlueId; }; +/// Handles CT_NonVisualConnectorProperties, used for cNvCnPr (Word) and cNvCxnSpPr (PP) elements. class ConnectorShapePropertiesContext : public ::oox::core::ContextHandler2 { std::vector& mrConnectorShapePropertiesList; -- cgit