diff options
author | Andras Timar <atimar@suse.com> | 2013-03-19 23:01:16 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-03-19 23:01:16 +0100 |
commit | 5f0ad2a5ac6a5c4533bb68b3a78af394ad7b21f6 (patch) | |
tree | 171a09c29bd5ad5767710b4feadd2dfe47c4ad87 /basic | |
parent | 332a93435fc5757532d0b93b38aaf9fe1c9ca0f5 (diff) |
windows build fix
Change-Id: I6ff724052660d73b583fb1e44265a60a6fa4379f
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index 579a71900a7f..0318b821b780 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -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) |