diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-15 09:12:51 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-20 12:05:54 +0200 |
commit | 78dff684cbf390191516a3c889822a685dbc51c2 (patch) | |
tree | ee267838003432bf5a2ea85c3b77bbe13032bc1e /xmloff/source/style | |
parent | e1a351ca191367ed74282a66e53658af66d6e54d (diff) |
Fix typo
Change-Id: Ibf0f3b94f1a51f86b53ddbe04aa2ee0900c31e0e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168678
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'xmloff/source/style')
-rw-r--r-- | xmloff/source/style/HatchStyle.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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); |