diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-04-29 10:27:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-04-29 10:27:54 +0000 |
commit | 7703284aaa302b3c7c2f8f016a4514d5587a136b (patch) | |
tree | 570a2454d5d14c39cbb987366ca03c54bf26fd94 /xmlhelp/source/cxxhelp/provider/provider.cxx | |
parent | 53b85f85670581983fe55579c2cae4478d24a3ed (diff) |
#i88840# Help images broken again due to move of images files to OOO layer
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/provider.cxx')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/provider.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.cxx b/xmlhelp/source/cxxhelp/provider/provider.cxx index 11c27a05cc7e..c1ce02d6e50d 100644 --- a/xmlhelp/source/cxxhelp/provider/provider.cxx +++ b/xmlhelp/source/cxxhelp/provider/provider.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: provider.cxx,v $ - * $Revision: 1.26 $ + * $Revision: 1.27 $ * * This file is part of OpenOffice.org. * @@ -350,7 +350,7 @@ void ContentProvider::init() subst( aPath ); aImagesZipPaths[ 0 ] = aPath; - aPath = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("$BRAND_BASE_DIR/share/config")); + aPath = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("$OOO_BASE_DIR/share/config")); rtl::Bootstrap::expandMacros(aPath); aImagesZipPaths[ 1 ] = aPath; |