From 6978f506a439cc8bf30393568ba496c266eafdb2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 19 Sep 2017 14:05:29 +0300 Subject: Bin some noise comments and ASCII graphics Change-Id: Ib0e786b0e8401da3e3c93bf254727411774e8f43 --- basic/source/comp/exprtree.cxx | 18 ------------------ basic/source/comp/symtbl.cxx | 18 ------------------ 2 files changed, 36 deletions(-) (limited to 'basic/source/comp') diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx index 085476bb794a..2643ffb5a856 100644 --- a/basic/source/comp/exprtree.cxx +++ b/basic/source/comp/exprtree.cxx @@ -24,12 +24,6 @@ #include "expr.hxx" #include -/*************************************************************************** -|* -|* SbiExpression -|* -***************************************************************************/ - SbiExpression::SbiExpression( SbiParser* p, SbiExprType t, SbiExprMode eMode, const KeywordSymbolInfo* pKeywordSymbolInfo ) { @@ -811,12 +805,6 @@ SbiExprNode* SbiExpression::Boolean() return pNd; } -/*************************************************************************** -|* -|* SbiConstExpression -|* -***************************************************************************/ - SbiConstExpression::SbiConstExpression( SbiParser* p ) : SbiExpression( p ) { if( pExpr->IsConstant() ) @@ -905,12 +893,6 @@ short SbiConstExpression::GetShortValue() } -/*************************************************************************** -|* -|* SbiExprList -|* -***************************************************************************/ - SbiExprList::SbiExprList( ) { nDim = 0; diff --git a/basic/source/comp/symtbl.cxx b/basic/source/comp/symtbl.cxx index 81824a426e68..44684349b4e2 100644 --- a/basic/source/comp/symtbl.cxx +++ b/basic/source/comp/symtbl.cxx @@ -34,12 +34,6 @@ // The local stringpool holds all the symbols that don't move to the image // (labels, constant names etc.). -/*************************************************************************** -|* -|* SbiStringPool -|* -***************************************************************************/ - SbiStringPool::SbiStringPool( ) {} @@ -82,12 +76,6 @@ short SbiStringPool::Add( double n, SbxDataType t ) return Add( OUString::createFromAscii( buf ) ); } -/*************************************************************************** -|* -|* SbiSymPool -|* -***************************************************************************/ - SbiSymPool::SbiSymPool( SbiStringPool& r, SbiSymScope s, SbiParser* pP ) : rStrings( r ), pParser( pP ) { eScope = s; @@ -256,12 +244,6 @@ void SbiSymPool::CheckRefs() } } -/*************************************************************************** -|* -|* symbol definitions -|* -***************************************************************************/ - SbiSymDef::SbiSymDef( const OUString& rName ) : aName( rName ) { eType = SbxEMPTY; -- cgit