[Libreoffice] STAR_RESOURCEPATH env variable

Sebastian Spaeth Sebastian at SSpaeth.de
Thu Nov 18 06:32:20 PST 2010


in /libs-gui/tools/source/rc/resmgr.cxx we load resource files either
from "$OOO_BASE_DIR/program/resource" or from the path specified in the
env variable STAR_RESOURCEPATH. Is it save to assume that this is a
historical leftover that I can delete?

Sebastian

    209         RTL_CONSTASCII_USTRINGPARAM("$OOO_BASE_DIR/program/resource"));
    210     rtl::Bootstrap::expandMacros(uri);
    211     aDirs.push_back(uri);
    212 
    213     // 2. in STAR_RESOURCEPATH
    214     const sal_Char* pEnv = getenv( "STAR_RESOURCEPATH" );


More information about the LibreOffice mailing list