diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:40:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:40:15 +0000 |
commit | 7c5f9aeff61add4fbd3072f7977184f1960423b6 (patch) | |
tree | 325bffbcdb617201a73f324e2a88a8823dfedd30 /sw/source/ui/docvw/docvw.hrc | |
parent | d8f52e81bdeecdc121019e0d86fc7242fd903224 (diff) |
INTEGRATION: CWS os27 (1.3.528); FILE MERGED
2004/02/05 10:24:53 os 1.3.528.1: #i24134# help tips for table border dragging added
Diffstat (limited to 'sw/source/ui/docvw/docvw.hrc')
-rw-r--r-- | sw/source/ui/docvw/docvw.hrc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/docvw.hrc b/sw/source/ui/docvw/docvw.hrc index 1c3df8fed369..023c8701516f 100644 --- a/sw/source/ui/docvw/docvw.hrc +++ b/sw/source/ui/docvw/docvw.hrc @@ -2,9 +2,9 @@ * * $RCSfile: docvw.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: os $ $Date: 2002-08-01 14:13:30 $ + * last change: $Author: kz $ $Date: 2004-02-26 11:40:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,9 +106,12 @@ #define STR_ENDNOTE (RC_DOCVW_BEGIN + 14) #define STR_FTNNOTE (RC_DOCVW_BEGIN + 15) +#define STR_TABLE_COL_ADJUST (RC_DOCVW_BEGIN + 16) +#define STR_TABLE_ROW_ADJUST (RC_DOCVW_BEGIN + 17) + #define MSG_READONLY_CONTENT (RC_DOCVW_BEGIN + 1) -#define DOCVW_ACT_END MN_READONLY_BACKGROUNDTOGALLERY +#define DOCVW_ACT_END STR_FTNNOTE #if DOCVW_ACT_END > RC_DOCVW_END #error Resource-Id Ueberlauf in #file, #line |