summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-12-13 12:55:48 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2023-12-13 20:55:48 +0100
commit944b5a435c14435841d70f09bc922a6a5c0a741c (patch)
tree2cfc1aaa4c0b0b05c05c7e219afd738983bde5ed /sfx2
parent07d5a8b413c5bda33f3121d67f6ed13443b4f054 (diff)
sfx2: reduce warning spam from IsDocEncrypted()
Change-Id: I76b9d550c297db7c6f8d1d9a2739fbe050727faf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160680 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> (cherry picked from commit 152e10996fe9c788daec940bab6fe897097ba992) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160692
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/control/recentdocsviewitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/recentdocsviewitem.cxx b/sfx2/source/control/recentdocsviewitem.cxx
index 369e219e98c5..c114be951cfc 100644
--- a/sfx2/source/control/recentdocsviewitem.cxx
+++ b/sfx2/source/control/recentdocsviewitem.cxx
@@ -65,7 +65,7 @@ bool IsDocEncrypted(const OUString& rURL)
}
catch (const uno::Exception&)
{
- TOOLS_WARN_EXCEPTION("sfx", "caught exception trying to find out if doc <"
+ TOOLS_INFO_EXCEPTION("sfx", "caught exception trying to find out if doc <"
<< rURL << "> is encrypted:");
}