xmloff/source/style/HatchStyle.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 839cac2c7021ab6ee03a98974bc1c5034973c8da
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Jun 18 20:47:12 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 08:44:33 2024 +0200

    Fix typo
    
    Change-Id: Icbcac3a6a69ecf8d958f7196bfde46ed32dc703a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169154
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

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);

Reply via email to