Fix typo
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:
parent
664167bb24
commit
2eb9a61ca9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue