summaryrefslogtreecommitdiffstats
path: root/unotools/source/config/bootstrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/config/bootstrap.cxx')
-rw-r--r--unotools/source/config/bootstrap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx
index 0d8f516046eb..40dcf5d5a392 100644
--- a/unotools/source/config/bootstrap.cxx
+++ b/unotools/source/config/bootstrap.cxx
@@ -64,7 +64,7 @@ namespace utl
OUString makeImplName()
{
OUString uri;
- rtl::Bootstrap::get( OUString("BRAND_BASE_DIR"), uri);
+ rtl::Bootstrap::get( "BRAND_BASE_DIR", uri);
return uri + "/" LIBO_ETC_FOLDER "/" SAL_CONFIGFILE("bootstrap");
}
}
@@ -736,7 +736,7 @@ bool Bootstrap::Impl::getVersionValue(OUString const& _sName, OUString& _rValue,
{
// try to open version.ini (versionrc)
OUString uri;
- rtl::Bootstrap::get( OUString("BRAND_BASE_DIR"), uri);
+ rtl::Bootstrap::get( "BRAND_BASE_DIR", uri);
rtl::Bootstrap aData( uri + "/" LIBO_ETC_FOLDER "/" SAL_CONFIGFILE("version") );
if ( aData.getHandle() == NULL )
// version.ini (versionrc) doesn't exist