Update ooo320-m1
[ooovba.git] / sw / inc / access.hrc
bloba02a1703fc316ccb1ee66fbf2f1e0ad0f5b24650
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: access.hrc,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #ifndef _ACCESS_HRC
32 #define _ACCESS_HRC
34 #include "rcid.hrc"
36 // --> OD 2004-09-27 #117970# - remove STR_ACCESS_PARAGRAPH_NAME, STR_ACCESS_HEADING_NAME
37 // STR_ACCESS_PARAGRAPH_DESC and STR_ACCESS_HEADING_DESC
38 #define STR_ACCESS_DOC_NAME                                     (RC_ACCESS_BEGIN + 1)
39 #define STR_ACCESS_DOC_DESC                 (RC_ACCESS_BEGIN + 2)
40 #define STR_ACCESS_HEADING_WITH_NUM_DESC    (RC_ACCESS_BEGIN + 3)
41 #define STR_ACCESS_HEADER_NAME                          (RC_ACCESS_BEGIN + 4)
42 #define STR_ACCESS_HEADER_DESC                          (RC_ACCESS_BEGIN + 5)
43 #define STR_ACCESS_FOOTER_NAME                          (RC_ACCESS_BEGIN + 6)
44 #define STR_ACCESS_FOOTER_DESC                          (RC_ACCESS_BEGIN + 7)
45 #define STR_ACCESS_FOOTNOTE_NAME                (RC_ACCESS_BEGIN + 8)
46 #define STR_ACCESS_FOOTNOTE_DESC                (RC_ACCESS_BEGIN + 9)
47 #define STR_ACCESS_ENDNOTE_NAME                         (RC_ACCESS_BEGIN + 10)
48 #define STR_ACCESS_ENDNOTE_DESC                         (RC_ACCESS_BEGIN + 11)
49 #define STR_ACCESS_REPLACEMENT_POSTIT       (RC_ACCESS_BEGIN + 12)
50 #define STR_ACCESS_REPLACEMENT_FRAME        (RC_ACCESS_BEGIN + 13)
51 #define STR_ACCESS_REPLACEMENT_BULLET_GRAPHICS (RC_ACCESS_BEGIN + 14)
52 #define STR_ACCESS_TABLE_DESC                   (RC_ACCESS_BEGIN + 15)
53 #define STR_ACCESS_PAGE_NAME                    (RC_ACCESS_BEGIN + 16)
54 #define STR_ACCESS_PAGE_DESC                    (RC_ACCESS_BEGIN + 17)
55 // <--
57 #define ACCESS_ACT_END  STR_ACCESS_PAGE_DESC
59 #if ACCESS_ACT_END > RC_ACCESS_END
60 #error Resource-Id Ueberlauf in #file, #line
61 #endif
64 #endif