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

New commits:
commit b7399c4290b2b2d3fa9c81b2c1341290c1b9567a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Feb 5 10:33:35 2020 +0100
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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 )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to