diff options
-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 |