diff options
author | Eike Rathke <er@openoffice.org> | 2001-07-12 20:32:50 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-07-12 20:32:50 +0000 |
commit | b806529b807e4c507f3a33b4b518b4d545de2fef (patch) | |
tree | cdc7757b77195d23cd0ce23630372c0c03436238 /sc/inc/opcode.hxx | |
parent | d42b974d158629e594a66a1f2e352d7b91db9c71 (diff) |
#84545# add: percent sign operator ocPercentSign
Diffstat (limited to 'sc/inc/opcode.hxx')
-rw-r--r-- | sc/inc/opcode.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/opcode.hxx b/sc/inc/opcode.hxx index 02bfaf3d19ae..426d3d2079c8 100644 --- a/sc/inc/opcode.hxx +++ b/sc/inc/opcode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: opcode.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: dr $ $Date: 2001-03-13 15:26:09 $ + * last change: $Author: er $ $Date: 2001-07-12 21:28:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -91,6 +91,9 @@ enum OpCodeEnum ocMacro = SC_OPCODE_MACRO, ocColRowName = SC_OPCODE_COL_ROW_NAME, ocColRowNameAuto = SC_OPCODE_COL_ROW_NAME_AUTO, + // Percent operator _follows_ value + ocPercentSign = SC_OPCODE_PERCENT_SIGN, + // EndOfDiverse ocEndDiv = SC_OPCODE_END_DIV, // Binaere Operatoren ocAdd = SC_OPCODE_ADD, |