diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-10-24 16:40:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-10-24 16:42:39 +0300 |
commit | 037ba2c98d202aa87e2c7c32857765bc9bb01a80 (patch) | |
tree | ce265ee6baa59d231f7891fc7583662d476bdf5c /sc | |
parent | 3a4eab26cd8d7fdd6ed5bb16107da40e11866041 (diff) |
Add a useful SAL_WARN
Change-Id: Ib4651ad09aca0130ca6bcdcc6f8124d7d9033be0
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
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) |