diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:41:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-25 21:09:17 +0000 |
commit | 6a38eace8c0936c507cb02b8d0dd09e837a183fd (patch) | |
tree | 9e18f9ce684163df20fad17a6dcfe68f539c94e4 /basic/source/runtime | |
parent | 5fce5642b65459fe165bcab5fd7d9217d3aee4ed (diff) |
Remove visual noise from basic
Change-Id: I10865b94f67de39e9dbcbe71ede42aa94d81db61
Reviewed-on: https://gerrit.libreoffice.org/8234
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic/source/runtime')
-rw-r--r-- | basic/source/runtime/methods.cxx | 4 | ||||
-rw-r--r-- | basic/source/runtime/runtime.cxx | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index c7552ccc2607..4f456199fa7e 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -3783,8 +3783,8 @@ OUString getBasicTypeName( SbxDataType eType ) "Boolean", // SbxBOOL "Variant", // SbxVARIANT "DataObject", // SbxDATAOBJECT - "Unknown Type", // - "Unknown Type", // + "Unknown Type", + "Unknown Type", "Char", // SbxCHAR "Byte", // SbxBYTE "UShort", // SbxUSHORT diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx index 2adbc6124f0a..3ee4b93c2ed7 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -244,7 +244,7 @@ SbiRuntime::pStep2 SbiRuntime::aStep2[] = {// all opcodes with two operands }; -// SbiRTLData // +// SbiRTLData SbiRTLData::SbiRTLData() { @@ -261,7 +261,7 @@ SbiRTLData::~SbiRTLData() delete pWildCard; } -// SbiInstance // +// SbiInstance // 16.10.96: #31460 new concept for StepInto/Over/Out // The decision whether StepPoint shall be called is done with the help of @@ -563,7 +563,7 @@ SbMethod* SbiInstance::GetCaller( sal_uInt16 nLevel ) return p ? p->GetCaller() : NULL; } -// SbiInstance // +// SbiInstance // Attention: pMeth can also be NULL (on a call of the init-code) @@ -1294,8 +1294,8 @@ SbiForStack* SbiRuntime::FindForStackItemForCollection( class BasicCollection* p } -////////////////////////////////////////////////////////////////////////// -// + + // DLL-calls void SbiRuntime::DllCall @@ -2988,7 +2988,7 @@ void SbiRuntime::StepJUMPF( sal_uInt32 nOp1 ) // ONJUMP 2 // JUMP target1 // JUMP target2 -// ... + // if 0x8000 is set in the operand, push the return address (ON..GOSUB) void SbiRuntime::StepONJUMP( sal_uInt32 nOp1 ) |