summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbstore.cxx
diff options
context:
space:
mode:
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 >();
}