diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-09-07 08:45:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-09-07 10:52:01 +0200 |
commit | 2b807baa2fd596ce4728cbc5ffbf8f8a50a60a54 (patch) | |
tree | 9b6351555458f9204750207f0b1532f01b13cf85 /xmloff | |
parent | 7113a11a3cfa38a27dde4779b6565cf723b4b0d2 (diff) |
Fix typo
Change-Id: I4f2f281c12fefe6f69ceacb715faf2b8644abeaa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156635
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/ximpshap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index 7532b4320099..24475522f1e5 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -1964,7 +1964,7 @@ void SdXMLConnectorShapeContext::startFastElement (sal_Int32 nElement, if ( bApplySVGD ) { // tdf#83360 use path data only when redundant data of start and end point coordinates of - // path start/end and connector start/end is equal. This is to avoid using erraneous + // path start/end and connector start/end is equal. This is to avoid using erroneous // or inconsistent path data at import of foreign formats. Office itself always // writes out a consistent data set. Not using it when there is inconsistency // is okay since the path data is redundant, buffered data just to avoid recalculation |