Kaydet (Commit) 5f0ad2a5 authored tarafından Andras Timar's avatar Andras Timar

windows build fix

Change-Id: I6ff724052660d73b583fb1e44265a60a6fa4379f
üst 332a9343
......@@ -2930,7 +2930,7 @@ RTLFUNC(GetAttr)
{
OUString aPathURL = getFullPath( rPar.Get(1)->GetOUString() );
OUString aPath;
getSystemPathFromFileURL( aPathURL, aPath );
FileBase::getSystemPathFromFileURL( aPathURL, aPath );
OString aSystemPath(OUStringToOString(aPath, osl_getThreadTextEncoding()));
DWORD nRealFlags = GetFileAttributes (aSystemPath.getStr());
if (nRealFlags != 0xffffffff)
......
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