diff options
author | Andreas Bregas <ab@openoffice.org> | 2010-07-07 14:58:53 +0200 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2010-07-07 14:58:53 +0200 |
commit | cbd90787ccc28ff36fb439ae3e012d28688b2ecd (patch) | |
tree | 7e1678e4b6e26c3bb2a75d3052075c72151d1287 /basic/source/comp/sbcomp.cxx | |
parent | b8d18edc25262dcd77c160d2910ac77e2d683a18 (diff) |
mib17: #162916# No error if byval in calls isn't followed by lvalue
Diffstat (limited to 'basic/source/comp/sbcomp.cxx')
-rw-r--r-- | basic/source/comp/sbcomp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/comp/sbcomp.cxx b/basic/source/comp/sbcomp.cxx index 50dc6f847076..faabba046c99 100644 --- a/basic/source/comp/sbcomp.cxx +++ b/basic/source/comp/sbcomp.cxx @@ -67,7 +67,7 @@ void dbg_SaveDisassembly( SbModule* pModule ) ( OUString::createFromAscii( "com.sun.star.ucb.SimpleFileAccess" ) ), UNO_QUERY ); if( xSFI.is() ) { - String aFile( RTL_CONSTASCII_USTRINGPARAM("file:///d:/BasicAsm_") ); + String aFile( RTL_CONSTASCII_USTRINGPARAM("file:///d:/zBasic.Asm/Asm_") ); StarBASIC* pBasic = (StarBASIC*)pModule->GetParent(); if( pBasic ) { |