sc/source/ui/docshell/docsh.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 037ba2c98d202aa87e2c7c32857765bc9bb01a80 Author: Tor Lillqvist <t...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits