diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-23 10:44:01 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-23 10:44:01 +0100 |
commit | 37a79aeaf34421208f3fa2358781e62c6b094cfe (patch) | |
tree | 5da7b5d5ae2c11bb3dc321277bfcef8bc885829d /unotools/source/config/confignode.cxx | |
parent | 8bf5f5e0a8de106c78006713ad9fa5b08e4466d9 (diff) |
slidecopy: make compile on unxlngi6
Diffstat (limited to 'unotools/source/config/confignode.cxx')
-rw-r--r-- | unotools/source/config/confignode.cxx | 2 |
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 ) |