summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/content.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/content.cxx4
1 files changed, 2 insertions, 2 deletions
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,