Files
libreoffice/cpputools/source/sp2bv
Andrea Gelmini b14fcbba8a Fix typo
Change-Id: I1032065e6b4dd14ea9aa426375080da416abb180
Reviewed-on: https://gerrit.libreoffice.org/70993
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-04-20 07:53:38 +02: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\$