diff options
Diffstat (limited to 'vcl/source/gdi/imagerepository.cxx')
-rw-r--r-- | vcl/source/gdi/imagerepository.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/imagerepository.cxx b/vcl/source/gdi/imagerepository.cxx index 42bfaf8468ca..6554e347f766 100644 --- a/vcl/source/gdi/imagerepository.cxx +++ b/vcl/source/gdi/imagerepository.cxx @@ -81,7 +81,7 @@ namespace vcl { rtl::OUString sImages; rtl::OUStringBuffer aBuff( rName ); - rtl::OUString aBasePath( RTL_CONSTASCII_USTRINGPARAM( "$BRAND_BASE_DIR/program" ) ); + rtl::OUString aBasePath( RTL_CONSTASCII_USTRINGPARAM( "$OOO_BASE_DIR/program" ) ); rtl::Bootstrap::expandMacros( aBasePath ); bool bLoaded = false; |