sfx2/source/control/recentdocsviewitem.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 152e10996fe9c788daec940bab6fe897097ba992
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Wed Dec 13 12:55:48 2023 +0100
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Wed Dec 13 17:49:24 2023 +0100

    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.st...@allotropia.de>

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:");
     }
 

Reply via email to