From 2cf0f6ea36e1525193544258eef2828a54345510 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Nov 2012 08:16:06 +0200 Subject: fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactory Change-Id: Iea7b21621c5d341468976507684a9c01f0822034 --- xmlhelp/source/cxxhelp/provider/content.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlhelp/source/cxxhelp/provider/content.cxx') diff --git a/xmlhelp/source/cxxhelp/provider/content.cxx b/xmlhelp/source/cxxhelp/provider/content.cxx index fa9d00a46848..6b30490cbc7d 100644 --- a/xmlhelp/source/cxxhelp/provider/content.cxx +++ b/xmlhelp/source/cxxhelp/provider/content.cxx @@ -388,7 +388,7 @@ uno::Any SAL_CALL Content::execute( { uno::Reference< ucb::XDynamicResultSet > xSet = new DynamicResultSet( - m_xSMgr, + comphelper::getComponentContext(m_xSMgr), this, aOpenCommand, Environment, @@ -406,7 +406,7 @@ uno::Any SAL_CALL Content::execute( { uno::Reference< ucb::XDynamicResultSet > xSet = new DynamicResultSet( - m_xSMgr, + comphelper::getComponentContext(m_xSMgr), this, aOpenCommand, Environment, -- cgit