Kaydet (Commit) 75d5767e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:oncevar: extensions (clang-cl)

Change-Id: Id82847d72a106976339fd64685a9029900a862bd
üst ddbf256f
......@@ -883,17 +883,17 @@ UpdateCheck::install()
OUString aInstallImage(m_aImageName);
osl::FileBase::getSystemPathFromFileURL(aInstallImage, aInstallImage);
OUString aParameter;
sal_Int32 nFlags;
#if (defined LINUX || defined __sun)
nFlags = 42;
aParameter = getBaseInstallation();
OUString aParameter = getBaseInstallation();
if( !aParameter.isEmpty() )
osl::FileBase::getSystemPathFromFileURL(aParameter, aParameter);
aParameter += " &";
#else
nFlags = c3s::SystemShellExecuteFlags::DEFAULTS;
OUString const aParameter;
#endif
rtl::Reference< UpdateCheckConfig > rModel = UpdateCheckConfig::get( m_xContext );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment