diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:34:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-01-31 17:34:09 +0000 |
commit | 48715ad5094b9398aeffbe172b1a66b4e3bd14ac (patch) | |
tree | e10ce69dda79f95ff7417484154e3a805eb39f63 /sc/addin | |
parent | e8a0f2dc1e15ecac227a20c39265e72baffd2b85 (diff) |
INTEGRATION: CWS dr44 (1.20.86); FILE MERGED
2006/01/09 19:05:30 er 1.20.86.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')
-rw-r--r-- | sc/addin/rot13/rot13.src | 53 |
1 files changed, 14 insertions, 39 deletions
diff --git a/sc/addin/rot13/rot13.src b/sc/addin/rot13/rot13.src index 24f93fcf913f..6c293bc05815 100644 --- a/sc/addin/rot13/rot13.src +++ b/sc/addin/rot13/rot13.src @@ -4,9 +4,9 @@ * * $RCSfile: rot13.src,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2006-01-03 14:45:17 $ + * last change: $Author: kz $ $Date: 2006-01-31 18:34:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,57 +35,32 @@ #include "sc.hrc" // Definition RID_XXX in StarCalc #include "rot13.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_ROT13 { String ROT13_DESC // Description { - Text = "ROT13 Algorithm, each alphabetical character of the text is rotated by 13 in the alphabet"; - }; String ROT13_PAR1_NAME // Name of Parameter 1 { - Text = "Text"; - }; String ROT13_PAR1_DESC // Description of Parameter 1 { - Text = "The text that is to be rotated"; - }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |