Change-Id: Id2140f45ea676324094741c331c4666ee74aea04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169163
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-06-18 22:44:17 +02:00 committed by Julien Nabet
parent 664167bb24
commit 2eb9a61ca9

View file

@ -204,7 +204,7 @@ const OUString& SvtPathOptions_Impl::GetPath( SvtPathOptions::Paths ePath )
ePath == SvtPathOptions::Paths::Storage
)
{
// These office paths have to be converted to system pates
// These office paths have to be converted to system paths
OUString aResult;
osl::FileBase::getSystemPathFromFileURL( aPathValue, aResult );
aPathValue = aResult;