summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/zipstorage.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/helper/zipstorage.cxx b/oox/source/helper/zipstorage.cxx
index db73b14bdd6c..ff74641d0860 100644
--- a/oox/source/helper/zipstorage.cxx
+++ b/oox/source/helper/zipstorage.cxx
@@ -65,7 +65,8 @@ ZipStorage::ZipStorage( const Reference< XComponentContext >& rxContext, const R
}
catch (Exception const&)
{
- TOOLS_WARN_EXCEPTION("oox.storage", "ZipStorage::ZipStorage exception opening input storage");
+ // this is normally a noise exception, because it happens during file format detection
+ TOOLS_INFO_EXCEPTION("oox.storage", "ZipStorage::ZipStorage exception opening input storage");
}
}