xmlhelp/source/cxxhelp/provider/provider.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit e4a154790397428f2e2f5bcdf26de407d6b0e2da
Author: Stephan Bergmann <[email protected]>
Date:   Mon Jan 4 15:14:27 2016 +0100

    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 <[email protected]>
    Tested-by: Caolán McNamara <[email protected]>

diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx 
b/xmlhelp/source/cxxhelp/provider/provider.cxx
index 95b1c6d..7f833ff 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,
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to