summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-04 15:14:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-01-04 20:04:03 +0000
commite4a154790397428f2e2f5bcdf26de407d6b0e2da (patch)
tree3d7dbe4fd05e66e4f4040e73fc2a39c491237560
parent019e940404e52ea4aafd209c5ce345cb1443ed6a (diff)
tdf#96855: Put back assignment of xHierAccess
...that had inadvertently been removed as part of a larger code removal in 6948c546fdc00dddec7d58e03150dcc87921d6b2 "tdf#75637: Resolve help images via a vnd.libreoffice.image UCP" Change-Id: Ic2d5e1a5fa5a10b240bb9e511e6dcb8097e58081 (cherry picked from commit 549e900b4b0047b8cb6c236ea50a3fc046e5fb51) Reviewed-on: https://gerrit.libreoffice.org/21082 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx
index 95b1c6de4d7b..7f833ffb5545 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.cxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.cxx
@@ -323,6 +323,8 @@ void ContentProvider::init()
}
OUString productversion( setupversion + " " + setupextension );
+
+ xHierAccess = getHierAccess( sProvider, "org.openoffice.Office.Common" );
bool showBasic = getBooleanKey(xHierAccess,"Help/ShowBasic");
m_pDatabases = new Databases( showBasic,
instPath,