diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:18:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 11:18:16 +0000 |
commit | 2b07945186f05774d529b66048ec6130e006b2c2 (patch) | |
tree | 07a6cad119d2ca7cdc25aeeb695a061dc1365915 /sw/inc/calc.hxx | |
parent | e0c907a184307b68a6fce9727be360153bfbbb2e (diff) |
INTEGRATION: CWS rptchart02 (1.12.56); FILE MERGED
2008/05/14 12:11:23 oj 1.12.56.1: #i87576# merge from sw30bf04
Diffstat (limited to 'sw/inc/calc.hxx')
-rw-r--r-- | sw/inc/calc.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/calc.hxx b/sw/inc/calc.hxx index 9c18a1dff4af..0e82be668074 100644 --- a/sw/inc/calc.hxx +++ b/sw/inc/calc.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: calc.hxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -65,7 +65,8 @@ enum SwCalcOper CALC_MAX=271, CALC_MAX_IN=272, CALC_SIN=273, CALC_COS=274, CALC_TAN=275, CALC_ASIN=276, CALC_ACOS=278, CALC_ATAN=279, CALC_TDIF=280, - CALC_ROUND=281 + CALC_ROUND=281, CALC_DATE=282, CALC_MONTH=283, + CALC_DAY=284 }; //-- Calculate Operations Strings ----------------------------------------- @@ -99,6 +100,7 @@ extern const sal_Char __FAR_DATA sCalc_Acos[]; extern const sal_Char __FAR_DATA sCalc_Atan[]; extern const sal_Char __FAR_DATA sCalc_Tdif[]; extern const sal_Char __FAR_DATA sCalc_Round[]; +extern const sal_Char __FAR_DATA sCalc_Date[]; /****************************************************************************** * Calculate ErrorCodes |