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

Tor Lillqvist tml at collabora.com
Tue Oct 24 13:46:27 UTC 2017


 sc/source/ui/docshell/docsh.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 037ba2c98d202aa87e2c7c32857765bc9bb01a80
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Oct 24 16:40:12 2017 +0300

    Add a useful SAL_WARN
    
    Change-Id: Ib4651ad09aca0130ca6bcdcc6f8124d7d9033be0

diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index 74ef8daf2a2b..a9faf61da2b6 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1479,7 +1479,10 @@ bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
         else
         {
             if (!GetError())
+            {
+                SAL_WARN("sc.filter", "No match for filter '" << aFltName << "' in ConvertFrom");
                 SetError(SCERR_IMPORT_NI);
+            }
         }
 
         if (!bCalc3)


More information about the Libreoffice-commits mailing list