svx/source/sdr/properties/attributeproperties.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6aa6fd0f14770d2b2d5071109bd19349e83b6667
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Mar 27 14:37:47 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Mar 29 21:31:38 2025 +0100

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

diff --git a/svx/source/sdr/properties/attributeproperties.cxx 
b/svx/source/sdr/properties/attributeproperties.cxx
index 7b15d586a2cd..697fdb88620d 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -354,7 +354,7 @@ namespace sdr::properties
                 bool /*bBroadcast*/, bool /*bAdjustTextFrameWidthAndHeight*/)
         {
             // Make sure we have a SfxItemSet. We are deliberately bypassing 
our
-            // own AttributeProperties::GetObjectItemSet here, because we dont 
want to set a default stylesheet,
+            // own AttributeProperties::GetObjectItemSet here, because we 
don't want to set a default stylesheet,
             // and then immediately remove it, which is costly.
             DefaultProperties::GetObjectItemSet();
 

Reply via email to