[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 6 20:19:20 UTC 2020


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

New commits:
commit 01fb7bc56c254f610e0d8f7a296f5490d1eec8ca
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Jun 6 19:11:30 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Jun 6 22:18:43 2020 +0200

    ofz#23131 use TOOLS_WARN_EXCEPTION
    
    Change-Id: I23f8cbe083c4490f9f582ab27317698964c4f5ff
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95656
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 846e68700814..e80419546292 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -3089,7 +3089,7 @@ uno::Reference< embed::XStorage > const & SfxObjectShell::GetStorage()
         catch( uno::Exception& )
         {
             // TODO/LATER: error handling?
-            DBG_UNHANDLED_EXCEPTION("sfx.doc");
+            TOOLS_WARN_EXCEPTION("sfx.doc", "SfxObjectShell::GetStorage");
         }
     }
 


More information about the Libreoffice-commits mailing list