sc/source/filter/oox/condformatbuffer.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d11b4552f56477fb93033580b9489ba753cea504
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Mar 1 17:16:47 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Mar 4 09:26:52 2025 +0100

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

diff --git a/sc/source/filter/oox/condformatbuffer.cxx 
b/sc/source/filter/oox/condformatbuffer.cxx
index 59a613878507..f7ee3a7209a2 100644
--- a/sc/source/filter/oox/condformatbuffer.cxx
+++ b/sc/source/filter/oox/condformatbuffer.cxx
@@ -1430,7 +1430,7 @@ private:
                 return false;
         }
         // todo: I'm not bothering to properly check the following fields
-        // because I ran out of enthusiasm, so we wont detect duplicates if 
they
+        // because I ran out of enthusiasm, so we won't detect duplicates if 
they
         // contain data here.
         if (lhs->mpDataBar.get() != rhs->mpDataBar.get())
             return false;

Reply via email to