[Libreoffice-commits] core.git: basic/source

Andras Timar atimar at suse.com
Tue Mar 19 15:01:10 PDT 2013


 basic/source/runtime/methods.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f0ad2a5ac6a5c4533bb68b3a78af394ad7b21f6
Author: Andras Timar <atimar at suse.com>
Date:   Tue Mar 19 23:01:16 2013 +0100

    windows build fix
    
    Change-Id: I6ff724052660d73b583fb1e44265a60a6fa4379f

diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 579a719..0318b82 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)


More information about the Libreoffice-commits mailing list