summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )