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

Markus Mohrhard markus.mohrhard at googlemail.com
Wed Mar 29 02:52:53 UTC 2017


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

New commits:
commit 8681bd32d778585fc0da8f42a77aeb58cbae4308
Author: Markus Mohrhard <markus.mohrhard at 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 <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at 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;
 }
 


More information about the Libreoffice-commits mailing list