diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 14:51:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-07 14:51:17 +0000 |
commit | 8f0a57086abbb0e4bd0b59a76b91dcb98717eebe (patch) | |
tree | a1d758ffd5fea158dfaf4e0396ea83d3d1fe2ee1 /svx/source/src | |
parent | 2d699afbf98c4a2918e99b4ab98723e59d78fc04 (diff) |
INTEGRATION: CWS frmcontrols03 (1.2.66); FILE MERGED
2004/04/28 13:14:09 fs 1.2.66.3: RESYNC: (1.3-1.4); FILE MERGED
2004/03/23 13:11:52 fs 1.2.66.2: RESYNC: (1.2-1.3); FILE MERGED
2004/03/03 13:57:43 fs 1.2.66.1: #i24387# Superscript/Subscript icons
Diffstat (limited to 'svx/source/src')
-rw-r--r-- | svx/source/src/app.src | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/svx/source/src/app.src b/svx/source/src/app.src index 34691a43066c..c1c72c06c722 100644 --- a/svx/source/src/app.src +++ b/svx/source/src/app.src @@ -2,9 +2,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-04-13 11:04:39 $ + * last change: $Author: rt $ $Date: 2004-05-07 15:51:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -412,9 +412,11 @@ ErrorBox RID_ERRBOX_MODULENOTINSTALLED SID_ATTR_PARA_RIGHT_TO_LEFT;\ SID_DIRECTEXPORTDOCASPDF;\ SID_ADDONS;\ + SID_SET_SUPER_SCRIPT; \ + SID_SET_SUB_SCRIPT; \ };\ IdCount = {\ - 300;\ + 303;\ }; #define OFFICE_ID_LIST\ |