summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-01-11 16:52:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-01-12 13:53:15 +0000
commitd85a6fd228b3eaeb9214e73cdec0c6ef88e058e3 (patch)
tree54cb719ed4fdd136301d8b61350e380ec7f25bf5 /include/basegfx
parent052e77bdd2b74ff068b89ecb6229e31d1854624c (diff)
add a warning that this enum is streamed to the svm file format
Change-Id: I5a16b5ac64189ade77f6378d8cc88eee41ee188b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145357 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/vector/b2enums.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/basegfx/vector/b2enums.hxx b/include/basegfx/vector/b2enums.hxx
index 803902370195..3e81d27d68d4 100644
--- a/include/basegfx/vector/b2enums.hxx
+++ b/include/basegfx/vector/b2enums.hxx
@@ -50,6 +50,9 @@ namespace basegfx
};
/** Descriptor for possible line joins between two line segments
+ *
+ * Note: WriteLineInfo/ReadLineInfo stream these values for svm
+ * file format
*/
enum class B2DLineJoin
{