sc/source/filter/xml/xmlannoi.cxx | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 4debd056292cd9c54cc3083c4490c07c40952de2 Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Sun Oct 20 20:59:53 2024 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Mon Oct 21 01:23:08 2024 +0200 tdf#163486: PVS: Identical branches V1037 Two or more case-branches perform the same actions. Check lines: 84, 90 Change-Id: I3e11f666cc3db56ca4d406831841b8f5660097a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175268 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sc/source/filter/xml/xmlannoi.cxx b/sc/source/filter/xml/xmlannoi.cxx index f046ec3d174c..15725b7e8b99 100644 --- a/sc/source/filter/xml/xmlannoi.cxx +++ b/sc/source/filter/xml/xmlannoi.cxx @@ -80,10 +80,6 @@ ScXMLAnnotationContext::ScXMLAnnotationContext( ScXMLImport& rImport, break; case XML_ELEMENT(SVG, XML_X): case XML_ELEMENT(SVG_COMPAT, XML_X): - { - mrAnnotationData.mbUseShapePos = true; - } - break; case XML_ELEMENT(SVG, XML_Y): case XML_ELEMENT(SVG_COMPAT, XML_Y): {