sw/source/core/inc/flowfrm.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb6c458bc97d18da342c7cd1aca5306b2ffe04e9
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 3 15:49:38 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jun 4 08:58:23 2024 +0200

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

diff --git a/sw/source/core/inc/flowfrm.hxx b/sw/source/core/inc/flowfrm.hxx
index 3d271613bf6a..154fd37febf2 100644
--- a/sw/source/core/inc/flowfrm.hxx
+++ b/sw/source/core/inc/flowfrm.hxx
@@ -48,7 +48,7 @@ class SwNodeIndex;
     multiple base classes since the class tree splits exactly at the branch
     from SwFrame to SwContentFrame and SwLayoutFrame) also virtually from 
SwFrame as
     well. Unfortunately, this leads - besides problems with compilers and
-    debugging programs - to high additional costs, that we IMHO are not able to
+    debugging programs - too high additional costs, that we IMHO are not able 
to
     afford nowadays.
 
     Hence, we use another technique: A FlowFrame keeps a reference to a SwFrame

Reply via email to