diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:33:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:33:43 +0000 |
commit | 7204a4b965c87431b33505c2fa48748660771a50 (patch) | |
tree | 35bc6606ae55a23d0e635cc724b926b527a2c40f /sc/addin/datefunc/dfa.src | |
parent | 1dffadda9646c066e59098fedc8156645626ad6b (diff) |
INTEGRATION: CWS dr44 (1.31.76); FILE MERGED
2006/01/23 13:29:20 dr 1.31.76.2: RESYNC: (1.31-1.32); FILE MERGED
2006/01/09 19:05:26 er 1.31.76.1: #i54546# get rid of duplicated strings not needed for translation anyway and generate a .c file containing at least the English strings
Diffstat (limited to 'sc/addin/datefunc/dfa.src')
-rw-r--r-- | sc/addin/datefunc/dfa.src | 57 |
1 files changed, 14 insertions, 43 deletions
diff --git a/sc/addin/datefunc/dfa.src b/sc/addin/datefunc/dfa.src index 5c7d0b2bf..b7fbd19fc 100644 --- a/sc/addin/datefunc/dfa.src +++ b/sc/addin/datefunc/dfa.src @@ -4,9 +4,9 @@ * * $RCSfile: dfa.src,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: kz $ $Date: 2006-01-03 14:44:27 $ + * last change: $Author: kz $ $Date: 2006-01-31 18:33:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,18 @@ #include "sc.hrc" // Definition RID_XXX in StarCalc #include "dfa.hrc" +/* #i54546# The code belonging to this resource file is sample code for the + * legacy AddIn interface. The interface is still supported, but deprecated. + * The strings here were displayed in the function wizard. To prevent + * duplicated and useless translation effort (functions and strings are also + * part of the new scaddin module), the strings here are now layed out as fixed + * untranslatable strings. The entire mechanism with the ../util/cl2c.pl perl + * script merging the raw .cl and the .src during build time didn't work + * anymore anyway, since we switched from MS-LCIDs / telephone area codes to + * ISO codes for resources, and introduced localize.sdf files. Returned was + * always an empty string. Now at least the fixed English string is returned. + * */ + Resource RID_SC_ADDIN_DFA { String DFA_PAR_DATE1_NAME // Name of Date1 Parameter @@ -172,44 +184,3 @@ Resource RID_SC_ADDIN_DFA Text = "Returns the number of weeks in the year in relation to a date"; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |