Fix typo
Change-Id: Icbcac3a6a69ecf8d958f7196bfde46ed32dc703a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169154 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
41559f8c52
commit
839cac2c70
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ void XMLHatchStyleImport::importXML(
|
||||||
{
|
{
|
||||||
// tdf#161327. We keep reading unit-less values as being in 1/10th of a degree for
|
// tdf#161327. We keep reading unit-less values as being in 1/10th of a degree for
|
||||||
// backward compatibility for now. Values with unit are imported correctly.
|
// backward compatibility for now. Values with unit are imported correctly.
|
||||||
// For how to make it version dependend 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;
|
sal_Int16 nAngle;
|
||||||
bool const bRet
|
bool const bRet
|
||||||
= ::sax::Converter::convert10thDegAngle(nAngle, aIter.toView(), true);
|
= ::sax::Converter::convert10thDegAngle(nAngle, aIter.toView(), true);
|
||||||
|
|
Loading…
Reference in a new issue