summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucb/source/ucp/tdoc/tdoc_datasupplier.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
index f4291f4a5043..9930f80d6e3c 100644
--- a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
@@ -380,9 +380,8 @@ bool ResultSetDataSupplier::queryNamesOfChildren(std::unique_lock<std::mutex>& /
OUString
ResultSetDataSupplier::assembleChildURL( std::u16string_view aName )
{
- OUString aContURL
+ OUString aURL
= m_xContent->getIdentifier()->getContentIdentifier();
- OUString aURL( aContURL );
sal_Int32 nUrlEnd = aURL.lastIndexOf( '/' );
if ( nUrlEnd != aURL.getLength() - 1 )