Update ooo320-m1
[ooovba.git] / sw / source / ui / config / config.hrc
blob79b8e8fa7bfc8be891a021e54f12921a921d5496
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: config.hrc,v $
10  * $Revision: 1.5 $
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  ************************************************************************/
30 #ifndef _CONFIG_HRC
31 #define _CONFIG_HRC
33 #include "rcid.hrc"
35 // Dialoge fuer die Konfiguration
37 // Strings fuer die Konfiguration
38 #define STR_CFG_SIGNATUR                (RC_CONFIG_BEGIN + 0)
39 #define DLG_CONFIG_VIEW                 (RC_CONFIG_BEGIN + 1)
40 #define DLG_CONFIG_MISC                 (RC_CONFIG_BEGIN + 2)
41 #define DLG_CONFIG_SAVE                 (RC_CONFIG_BEGIN + 3)
42 #define DLG_CONFIG_PATH                 (RC_CONFIG_BEGIN + 4)
43 #define DLG_CONFIG_MENU                 (RC_CONFIG_BEGIN + 5)
44 #define DLG_CONFIG_KEY                  (RC_CONFIG_BEGIN + 6)
45 #define DLG_CONFIG_TOOLBOX              (RC_CONFIG_BEGIN + 7)
46 #define DLG_CONFIG_COLOR                (RC_CONFIG_BEGIN + 8)
47 #define DLG_TBSEL                               (RC_CONFIG_BEGIN + 9)
48 #define DLG_CFGSEL                              (RC_CONFIG_BEGIN + 10)
49 #define DLG_CONFIG                              (RC_CONFIG_BEGIN + 11)
50 #define DLG_MAC_ASSIGN                  (RC_CONFIG_BEGIN + 12)
52 #define MSG_DOUBLE_MENU_ID              (RC_CONFIG_BEGIN + 13)
53 #define MSG_DOUBLE_ID                   (RC_CONFIG_BEGIN + 14)
54 #define DLG_SYMBOL_SELECT               (RC_CONFIG_BEGIN + 15)
55 #define DLG_CONFIG_GRID                 (RC_CONFIG_BEGIN + 16)
56 #define DLG_CONFIG_ADDR                 (RC_CONFIG_BEGIN + 17)
58 #define DLG_MM_TESTACCOUNTSETTINGS (RC_CONFIG_BEGIN + 19)
59 #define DLG_MM_SERVERAUTHENTICATION   (RC_CONFIG_BEGIN + 20)
61 #define STR_ERROR_PATH                  (RC_CONFIG_BEGIN + 25)
62 #define STR_ARR_METRIC          (RC_CONFIG_BEGIN + 26)
63 #define CONFIG_ACT_END          STR_ARR_METRIC
65 #if CONFIG_ACT_END > RC_CONFIG_END
66 #error Resource-Id Ueberlauf in #file, #line
67 #endif
70 #endif