summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-06 19:11:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-06 22:18:43 +0200
commit01fb7bc56c254f610e0d8f7a296f5490d1eec8ca (patch)
tree4a901035453fc070c1dfbb839d794245079a1c04 /sfx2
parent361e62aaa32318bc5778bcf82059a18913f64492 (diff)
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@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objstor.cxx2
1 files changed, 1 insertions, 1 deletions
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");
}
}