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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 5 10:24:01 UTC 2020


 filter/source/msfilter/escherex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b7399c4290b2b2d3fa9c81b2c1341290c1b9567a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Feb 5 10:33:35 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 5 11:23:27 2020 +0100

    Fix typo
    
    Change-Id: Id16c1fe3fef0149a881f0ea684141e4e198892ab
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87999
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index bc2e1f472e17..c01280a48232 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -5011,7 +5011,7 @@ void EscherEx::InsertAtCurrentPos( sal_uInt32 nBytes )
             offset += nBytes;
     }
     nSource = mpOutStrm->TellEnd();
-    nToCopy = nSource - nCurPos;                        // increase the size of the tream by nBytes
+    nToCopy = nSource - nCurPos;                        // increase the size of the stream by nBytes
     std::unique_ptr<sal_uInt8[]> pBuf(new sal_uInt8[ 0x40000 ]); // 256KB Buffer
     while ( nToCopy )
     {


More information about the Libreoffice-commits mailing list