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

New commits:
commit 01fb7bc56c254f610e0d8f7a296f5490d1eec8ca
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sat Jun 6 19:11:30 2020 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@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");
         }
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to