vcl/source/filter/svm/SvmConverter.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 83f2a294fde74e968a564fe69cce0e85c86b3543
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sun Aug 20 21:12:03 2023 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Aug 22 10:06:06 2023 +0200

    Related: ofz#57493 Timeout
    
    restore this now that ofz has closed ofz#57493 and has reset
    
    Change-Id: Ibf5545d1f499e1c986a8242eb501ac870a7a6d72
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155879
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/vcl/source/filter/svm/SvmConverter.cxx 
b/vcl/source/filter/svm/SvmConverter.cxx
index 2c2ba2c70977..0e9277dc9240 100644
--- a/vcl/source/filter/svm/SvmConverter.cxx
+++ b/vcl/source/filter/svm/SvmConverter.cxx
@@ -1274,7 +1274,6 @@ bool TestImportSVM(SvStream& rStream)
     GDIMetaFile aGDIMetaFile;
     SvmReader aReader(rStream);
     aReader.Read(aGDIMetaFile);
-#if 0
     ScopedVclPtrInstance<VirtualDevice> aVDev;
     try
     {
@@ -1284,7 +1283,6 @@ bool TestImportSVM(SvStream& rStream)
     {
         return false;
     }
-#endif
     return true;
 }
 

Reply via email to