summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbstore.cxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-10-04 22:03:46 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-10-04 22:12:16 +0200
commit83e445cd2d6b59845a330e990aa56c027f8fa85e (patch)
treeb6ec9bf9e23eb781b547f977d77c769c5ac4db62 /ucb/source/core/ucbstore.cxx
parent6923b1d527fa86fac8439b881d4ad468b765e915 (diff)
use more TOOLS_WARN_EXCEPTION
Change-Id: I269f88d82680f6a969a8bf582f0ae00cc7636509 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103925 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'ucb/source/core/ucbstore.cxx')
-rw-r--r--ucb/source/core/ucbstore.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx
index 1ee882ff18d4..7db0b7925e02 100644
--- a/ucb/source/core/ucbstore.cxx
+++ b/ucb/source/core/ucbstore.cxx
@@ -27,7 +27,7 @@
#include <memory>
#include <unordered_map>
#include <sal/log.hxx>
-#include <osl/diagnose.h>
+#include <tools/diagnose_ex.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ref.hxx>
#include <cppuhelper/interfacecontainer.hxx>
@@ -958,7 +958,7 @@ Reference< XInterface > PropertySetRegistry::getRootConfigReadAccess()
{
// createInstance, createInstanceWithArguments
- OSL_FAIL( "PropertySetRegistry::getRootConfigReadAccess - caught Exception!" );
+ TOOLS_WARN_EXCEPTION("ucb", "");
return Reference< XInterface >();
}