Files
Stephan Bergmann 4726801b3f loplugin:external -> loplugin:conststringvar -> loplugin:redundantstatic
Change-Id: If5705fdf626ea9096e1d80b614d1907ec6b66bb7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159110
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2023-11-08 22:49:47 +01:00
..

This tool converts system paths into file urls and escapes it for use as
bootstrap variable. For example

c:\program files\App$
->
file:///c:/program%20files/App$
->
file:///c:/program%20files/App\$