[Libreoffice-commits] core.git: sc/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 2 23:47:37 UTC 2021


 sc/source/filter/excel/xelink.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 649707cc58c2be1cabb91dad5210895ad22a442a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Feb 2 11:51:42 2021 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Wed Feb 3 00:46:56 2021 +0100

    Fix typo
    
    Change-Id: I9ce663427a7c967fa8825631412a07215bbb0229
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107183
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index d9d61f37ab62..afd2c2c52bf2 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -2083,8 +2083,8 @@ void XclExpSupbookBuffer::Save( XclExpStream& rStrm )
 
 void XclExpSupbookBuffer::SaveXml( XclExpXmlStream& rStrm )
 {
-    // Unused external references are not saved, only kept in memory
-    // saveds must be indexed from 1, so indexes must be reordered
+    // Unused external references are not saved, only kept in memory.
+    // Those that are saved must be indexed from 1, so indexes must be reordered
     ScExternalRefManager* pRefMgr = GetDoc().GetExternalRefManager();
     vector<sal_uInt16> aExternFileIds;
     for (size_t nPos = 0, nSize = maSupbookList.GetSize(); nPos < nSize; ++nPos)


More information about the Libreoffice-commits mailing list