summaryrefslogtreecommitdiff
path: root/sal/rtl
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl')
-rw-r--r--sal/rtl/bootstrap.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 8530e73c2159..e8e4aa0e2dc5 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -413,11 +413,10 @@ struct FundamentalIniData {
FundamentalIniData() {
OUString uri;
ini =
- ((static_cast< Bootstrap_Impl * >(get_static_bootstrap_handle())->
- getValue(
- "URE_BOOTSTRAP",
- &uri.pData, nullptr, LOOKUP_MODE_NORMAL, false, nullptr)) &&
- resolvePathnameUrl(&uri))
+ (get_static_bootstrap_handle()->getValue(
+ "URE_BOOTSTRAP", &uri.pData, nullptr, LOOKUP_MODE_NORMAL, false,
+ nullptr)
+ && resolvePathnameUrl(&uri))
? rtl_bootstrap_args_open(uri.pData) : nullptr;
}