diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-04 15:14:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-04 15:16:44 +0100 |
commit | 549e900b4b0047b8cb6c236ea50a3fc046e5fb51 (patch) | |
tree | 59ad09b18f289c967b7869f622e5dc0d9f9a96e4 /xmlhelp | |
parent | 8be957adae2db23a385edbb75ebdad1d1ae631dd (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
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/provider.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx index 2df4bb58b05c..ffac57dac98e 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, |