summaryrefslogtreecommitdiff
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
parent8bf5f5e0a8de106c78006713ad9fa5b08e4466d9 (diff)
slidecopy: make compile on unxlngi6
-rw-r--r--svtools/inc/svtools/toolpanel/toolpanel.hxx1
-rw-r--r--unotools/source/config/confignode.cxx2
2 files changed, 2 insertions, 1 deletions
diff --git a/svtools/inc/svtools/toolpanel/toolpanel.hxx b/svtools/inc/svtools/toolpanel/toolpanel.hxx
index dd91713b3725..9d7202c31f98 100644
--- a/svtools/inc/svtools/toolpanel/toolpanel.hxx
+++ b/svtools/inc/svtools/toolpanel/toolpanel.hxx
@@ -36,6 +36,7 @@
#include <boost/noncopyable.hpp>
class Rectangle;
+class Window;
//........................................................................
namespace svt
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 )