sw/source/filter/ww8/docxattributeoutput.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 435cc6f4b2d61df932a1006222b699e367e4fed7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jan 27 09:34:23 2023 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Jan 27 08:50:02 2023 +0000

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

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 3280b212064f..3a0bfaf5baf7 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -2440,7 +2440,7 @@ void DocxAttributeOutput::WriteContentControlStart()
 
     if (m_pContentControl->GetTabIndex())
     {
-        // write the unsigned value as as if it were signed since that is all 
we can import
+        // write the unsigned value as if it were signed since that is all we 
can import
         const sal_Int32 nTabIndex = 
static_cast<sal_Int32>(m_pContentControl->GetTabIndex());
         m_pSerializer->singleElementNS(XML_w, XML_tabIndex, FSNS(XML_w, 
XML_val),
                                        OString::number(nTabIndex));

Reply via email to