Use getXWeak in xmlhelp
Change-Id: Iaea6bf7c539d1ab5e0399e07531be08f2764f488 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150887 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
parent
325c571c22
commit
31a5426172
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ TVFactory::createInstanceWithArguments(
|
|||
{
|
||||
if( ! m_xHDS.is() )
|
||||
{
|
||||
m_xHDS = static_cast<cppu::OWeakObject*>(new TVChildTarget( m_xContext ));
|
||||
m_xHDS = cppu::getXWeak(new TVChildTarget( m_xContext ));
|
||||
}
|
||||
|
||||
OUString hierview;
|
||||
|
|
Loading…
Reference in a new issue