This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 74d4449f545d057116574e4b741dabbdd02f9afc
Author: mseidel <msei...@apache.org>
AuthorDate: Fri Mar 14 17:35:18 2025 +0100

    Fixed typos
---
 main/sw/source/filter/xml/xmltbli.cxx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/main/sw/source/filter/xml/xmltbli.cxx 
b/main/sw/source/filter/xml/xmltbli.cxx
index e2704e11d2..1ed415cf56 100644
--- a/main/sw/source/filter/xml/xmltbli.cxx
+++ b/main/sw/source/filter/xml/xmltbli.cxx
@@ -2375,8 +2375,8 @@ SwTableLine *SwXMLTableContext::MakeTableLine( SwTableBox 
*pUpper,
                 else if ( bHasSubTables )
                 {
                     // If the table resulting table fragment could be divided
-                    // into lines if spllitting behind the current column, but
-                    // this doesn't apply for thr next column, we split begind
+                    // into lines if splitting behind the current column, but
+                    // this doesn't apply for thr next column, we split behind
                     // the current column. This applies for the last column,
                     // too.
                     // If the resulting box cannot be splitted into rows,
@@ -2531,7 +2531,7 @@ void SwXMLTableContext::_MakeTable( SwTableBox *pBox )
                        sal_Int32 nExtraRel = nRelWidth - (nRelCols * 
nMinRelColWidth);
 
                        // The absolute space that may be distributed in 
addition to
-                       // minumum widthed columns.
+                       // minimum widthed columns.
                        sal_Int32 nMinAbs = nRelCols * MINLAY;
                        sal_Int32 nExtraAbs =
                                        nAbsForRelWidth > nMinAbs ? 
nAbsForRelWidth - nMinAbs : (sal_Int32)0L;
@@ -2754,9 +2754,9 @@ void SwXMLTableContext::MakeTable()
             // #78246#: For text::HoriOrientation::NONE we would prefere to 
use the sum
                        // of the relative column widths as reference width.
                        // Unfortunately this works only if this sum 
interpreted as
-                       // twip value is larger than the space that is 
avaialable.
+                       // twip value is larger than the space that is 
available.
                        // We don't know that space, so we have to use 
USHRT_MAX, too.
-                       // Even if a size is speczified, it will be ignored!
+                       // Even if a size is specified, it will be ignored!
                        nWidth = USHRT_MAX;
                        break;
                default:

Reply via email to