diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 11:30:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 11:30:26 +0000 |
commit | eb4abcdc09ef93dabf939c55d1ca60f1960aaddd (patch) | |
tree | 80bd953a1d138be55132a57b58c66e6db53c32f1 /sc/inc/globstr.hrc | |
parent | 5b87c149e6884c2c9e4a2697ca613bceefd58298 (diff) |
INTEGRATION: CWS dr47 (1.13.132); FILE MERGED
2006/03/10 14:04:59 dr 1.13.132.1: #i49498# INFO function
Diffstat (limited to 'sc/inc/globstr.hrc')
-rw-r--r-- | sc/inc/globstr.hrc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index c8218fe9de20..9cea0a7eba28 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -4,9 +4,9 @@ * * $RCSfile: globstr.hrc,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:42:01 $ + * last change: $Author: obo $ $Date: 2006-07-10 12:30:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -550,7 +550,10 @@ #define STR_ERR_DATAPILOT_INPUT 411 -#define STR_COUNT 412 +#define STR_RECALC_MANUAL 416 +#define STR_RECALC_AUTO 417 + +#define STR_COUNT 418 #endif |