From 839cac2c7021ab6ee03a98974bc1c5034973c8da Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 18 Jun 2024 20:47:12 +0200 Subject: [PATCH] Fix typo Change-Id: Icbcac3a6a69ecf8d958f7196bfde46ed32dc703a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169154 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- xmloff/source/style/HatchStyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmloff/source/style/HatchStyle.cxx b/xmloff/source/style/HatchStyle.cxx index bf24da77ef40..61d18476591d 100644 --- a/xmloff/source/style/HatchStyle.cxx +++ b/xmloff/source/style/HatchStyle.cxx @@ -96,7 +96,7 @@ void XMLHatchStyleImport::importXML( { // 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. - // 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; bool const bRet = ::sax::Converter::convert10thDegAngle(nAngle, aIter.toView(), true);