summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-31 18:17:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-31 18:17:03 +0200
commit94d9d895edac0b99e0fbc94ff7763292af1fdc5b (patch)
treef3806cd6e5c2acd1fb74f97451ddb719406c35f4 /filter
parent967e9e6bbb36eb925c14b43b9baff541d82ee4c0 (diff)
Remove some unnecessary scaffolding around SAL_WARN calls
Change-Id: Iaec105d85a283ad15fdca6ffc5cf3d2ec5acac18
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index cfc5ad0e5513..eb3121fee602 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -880,7 +880,6 @@ css::uno::Any FilterCache::impl_getDirectCFGValue(const OUString& sDirectKey)
{ throw; }
catch(const css::uno::Exception& ex)
{
- (void)ex;
SAL_WARN( "filter.config", ex.Message);
aValue.clear();
}