svx/source/xoutdev/xattr.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 99c0922f9b16e0f2a015db41f1acbeece3cc5e69
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jul 2 00:43:41 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jul 2 09:52:14 2023 +0200

    Fix typo
    
    Change-Id: I0fd7f5aaa51e58ec88daad30f003bf5c853385b9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153853
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx
index c7299b6d1b92..1550b8ac02a1 100644
--- a/svx/source/xoutdev/xattr.cxx
+++ b/svx/source/xoutdev/xattr.cxx
@@ -2530,7 +2530,7 @@ bool XFillFloatTransparenceItem::QueryValue( 
css::uno::Any& rVal, sal_uInt8 nMem
         || MID_GRADIENT_ENDINTENSITY == nMemberId
         || MID_GRADIENT_STEPCOUNT == nMemberId)
     {
-        // tdf#155913 handle attributes not suppoted by transparency gradient 
as error
+        // tdf#155913 handle attributes not supported by transparency gradient 
as error
         return false;
     }
 
@@ -2551,7 +2551,7 @@ bool XFillFloatTransparenceItem::PutValue( const 
css::uno::Any& rVal, sal_uInt8
         || MID_GRADIENT_ENDINTENSITY == nMemberId
         || MID_GRADIENT_STEPCOUNT == nMemberId)
     {
-        // tdf#155913 handle attributes not suppoted by transparency gradient 
as error
+        // tdf#155913 handle attributes not supported by transparency gradient 
as error
         return false;
     }
 

Reply via email to