svx/source/unodraw/unoshape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 944420a3e681ff0620a1f69184c4fbe6e41d097a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Mar 26 11:20:57 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Mar 27 11:22:36 2025 +0100

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

diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 10c85e86f090..546d5f14fbfa 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1516,7 +1516,7 @@ void SvxShape::_setPropertyValue( const OUString& 
rPropertyName, const uno::Any&
     {
         // The oox layer sets these properties willy-nilly on objects, even if 
the objects do not support them.
         // And then it ignores the resulting exceptions, but exception 
throwing and catching becomes expensive
-        // with complex spreadsheets. So just ignore it here, in absense of a 
better fix.
+        // with complex spreadsheets. So just ignore it here, in absence of a 
better fix.
         if (rPropertyName == "FromWordArt" || rPropertyName == 
"GraphicColorMode" || rPropertyName == "Representation")
         {
             SAL_WARN("svx", "Ignoring property " << rPropertyName);

Reply via email to