sd/source/filter/eppt/pptx-epptooxml.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4b530f4758f08481ef542734c7c9ca62a70bf708
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 30 11:34:17 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Apr 30 15:59:43 2025 +0200

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

diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx 
b/sd/source/filter/eppt/pptx-epptooxml.cxx
index 3fddf9c8e8d0..524b3b5d88a0 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -877,7 +877,7 @@ void PowerPointExport::WriteEmbeddedFontList()
         aFontFamilyNameSet.insert(sFamilyName);
     }
 
-    // if there are fonts to embed and font embeding enabled
+    // if there are fonts to embed and font embedding enabled
     mPresentationFS->startElementNS(XML_p, XML_embeddedFontLst);
     for (auto const& rInfo : aEmbeddedFontInfo)
     {

Reply via email to