tools/source/stream/strmunx.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 8681bd32d778585fc0da8f42a77aeb58cbae4308
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Wed Mar 29 03:58:58 2017 +0200

    Close already calls unlockFile
    
    Change-Id: I2c9cc94de1b43555b3bdfbed9a476802e1c97733
    Reviewed-on: https://gerrit.libreoffice.org/35818
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index 1533cc5ea00c..5267a6914d2b 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -300,8 +300,6 @@ SvFileStream::~SvFileStream()
 {
     Close();
 
-    unlockFile( 0, 0, this );
-
     delete pInstanceData;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to