summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-23 10:44:01 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-23 10:44:01 +0100
commit37a79aeaf34421208f3fa2358781e62c6b094cfe (patch)
tree5da7b5d5ae2c11bb3dc321277bfcef8bc885829d /unotools/source/config
parent8bf5f5e0a8de106c78006713ad9fa5b08e4466d9 (diff)
slidecopy: make compile on unxlngi6
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/confignode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/confignode.cxx b/unotools/source/config/confignode.cxx
index a76d906e83a7..fc4e20e6f600 100644
--- a/unotools/source/config/confignode.cxx
+++ b/unotools/source/config/confignode.cxx
@@ -560,7 +560,7 @@ namespace utl
//------------------------------------------------------------------------
OConfigurationTreeRoot::OConfigurationTreeRoot( const ::comphelper::ComponentContext& i_rContext, const sal_Char* i_pAsciiNodePath, const bool i_bUpdatable )
:OConfigurationNode( lcl_createConfigurationRoot( lcl_getConfigProvider( i_rContext.getLegacyServiceFactory() ),
- ::rtl::OUString::createFromAscii( i_pAsciiNodePath ), i_bUpdatable, -1, false ) )
+ ::rtl::OUString::createFromAscii( i_pAsciiNodePath ), i_bUpdatable, -1, false ).get() )
,m_xCommitter()
{
if ( i_bUpdatable )