summaryrefslogtreecommitdiff
path: root/basic/source/comp/sbcomp.cxx
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2010-07-07 14:58:53 +0200
committerAndreas Bregas <ab@openoffice.org>2010-07-07 14:58:53 +0200
commitcbd90787ccc28ff36fb439ae3e012d28688b2ecd (patch)
tree7e1678e4b6e26c3bb2a75d3052075c72151d1287 /basic/source/comp/sbcomp.cxx
parentb8d18edc25262dcd77c160d2910ac77e2d683a18 (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.cxx2
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 )
{