Kaydet (Commit) 6a0fdcc0 authored tarafından Caolán McNamara's avatar Caolán McNamara

state *what* is missing

üst ef819a24
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
// MARKER(update_precomp.py): autogen include statement, do not remove // MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_ucb.hxx" #include "precompiled_ucb.hxx"
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <osl/thread.h>
#include <rtl/strbuf.hxx>
#include "provprox.hxx" #include "provprox.hxx"
#include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XInitialization.hpp>
...@@ -395,7 +397,7 @@ UcbContentProviderProxy::getContentProvider() ...@@ -395,7 +397,7 @@ UcbContentProviderProxy::getContentProvider()
} }
OSL_ENSURE( m_xProvider.is(), OSL_ENSURE( m_xProvider.is(),
"UcbContentProviderProxy::getContentProvider - No provider!" ); rtl::OStringBuffer("UcbContentProviderProxy::getContentProvider - No provider for '").append(rtl::OUStringToOString(m_aService, osl_getThreadTextEncoding())).append(".").getStr() );
return m_xTargetProvider; return m_xTargetProvider;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment