From 6a38eace8c0936c507cb02b8d0dd09e837a183fd Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 17:41:32 +0100 Subject: Remove visual noise from basic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I10865b94f67de39e9dbcbe71ede42aa94d81db61 Reviewed-on: https://gerrit.libreoffice.org/8234 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basic/source/runtime/methods.cxx | 4 ++-- basic/source/runtime/runtime.cxx | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'basic/source/runtime') 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 ) -- cgit