xmloff/source/style/HatchStyle.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 78dff684cbf390191516a3c889822a685dbc51c2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jul 15 09:12:51 2024 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Sat Jul 20 12:05:54 2024 +0200 Fix typo Change-Id: Ibf0f3b94f1a51f86b53ddbe04aa2ee0900c31e0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168678 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/xmloff/source/style/HatchStyle.cxx b/xmloff/source/style/HatchStyle.cxx index 61d18476591d..6f638b8f3a38 100644 --- a/xmloff/source/style/HatchStyle.cxx +++ b/xmloff/source/style/HatchStyle.cxx @@ -94,9 +94,9 @@ void XMLHatchStyleImport::importXML( case XML_ELEMENT(DRAW, XML_ROTATION): case XML_ELEMENT(DRAW_OOO, XML_ROTATION): { - // tdf#161327. We keep reading unit-less values as being in 1/10th of a degree for + // tdf#161327. We keep reading unitless values as being in 1/10th of a degree for // backward compatibility for now. Values with unit are imported correctly. - // For how to make it version dependent see import of XML_GRADIENT_ANGLE, for example. + // For how to make it version-dependent see import of XML_GRADIENT_ANGLE, for example. sal_Int16 nAngle; bool const bRet = ::sax::Converter::convert10thDegAngle(nAngle, aIter.toView(), true);