sfx2/source/doc/docfile.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 08385a624cbcd6d3de3476c76511545d4034a931
Author:     Mike Kaganski <mike.kagan...@collabora.com>
AuthorDate: Wed Aug 31 14:03:00 2022 +0200
Commit:     Mike Kaganski <mike.kagan...@collabora.com>
CommitDate: Wed Aug 31 19:42:00 2022 +0200

    Empty salvage item was handled above
    
    Change-Id: Id0882c2caabe47f435b693aac9eb3a1c96760c59
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138984
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>

diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 29bb07b03e6e..a4712e022a4d 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2934,7 +2934,7 @@ void SfxMedium::Init_Impl()
         }
     }
 
-    if ( pSalvageItem && !pSalvageItem->GetValue().isEmpty() )
+    if ( pSalvageItem )
     {
         std::unique_lock<std::recursive_mutex> chkEditLock;
         if (pImpl->m_pCheckEditableWorkerMutex != nullptr)

Reply via email to