summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2023-11-15 19:24:59 +0100
committerRegina Henschel <rb.henschel@t-online.de>2023-11-15 22:38:39 +0100
commit6550c248521b65a367b33ba8db95d17a9a350800 (patch)
tree266f4665baec3b344836cbe5f6d31fd0f18f1e7a /include
parent7a4a5de2d932b6edfc53b6742029e266c52fa127 (diff)
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 <rb.henschel@t-online.de>
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/connectorshapecontext.hxx1
1 files changed, 1 insertions, 0 deletions
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<ConnectorShapeProperties>& mrConnectorShapePropertiesList;