calc53: #i111231# some spring cleaning

This commit is contained in:
Niklas Nebel 2010-04-28 16:52:04 +02:00
parent 24706bb307
commit 956a360265
3 changed files with 3 additions and 11 deletions

View file

@ -393,12 +393,8 @@
#define SC_OPCODE_LAST_OPCODE_ID 394 /* last OpCode */
/*** Interna ***/
#define SC_OPCODE_INTERNAL_BEGIN 9995
#define SC_OPCODE_GAME 9995
#define SC_OPCODE_SPEW 9996
#define SC_OPCODE_TTT 9997
#define SC_OPCODE_TEAM 9998
#define SC_OPCODE_ANSWER 9999
#define SC_OPCODE_INTERNAL_BEGIN 9999
#define SC_OPCODE_TTT 9999
#define SC_OPCODE_INTERNAL_END 9999
/*** from here on ExtraData contained ***/

View file

@ -386,11 +386,7 @@ enum OpCodeEnum
ocNumberValue = SC_OPCODE_NUMBERVALUE,
// internal stuff
ocInternalBegin = SC_OPCODE_INTERNAL_BEGIN,
ocGame = SC_OPCODE_GAME,
ocSpew = SC_OPCODE_SPEW,
ocTTT = SC_OPCODE_TTT,
ocTeam = SC_OPCODE_TEAM,
ocAnswer = SC_OPCODE_ANSWER,
ocInternalEnd = SC_OPCODE_INTERNAL_END,
// from here on ExtraData
ocDataToken1 = SC_OPCODE_DATA_TOKEN_1,

View file

@ -46,7 +46,7 @@ namespace formula
// =============================================================================
using namespace ::com::sun::star;
static const sal_Char* pInternal[ 5 ] = { "GAME", "SPEW", "TTT", "STARCALCTEAM", "ANTWORT" };
static const sal_Char* pInternal[ 1 ] = { "TTT" };
// =============================================================================
namespace