bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / inc / misc.hrc
blobaa37171a3f179b155bf522fb608d61b013358855
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef _MISC_HRC
21 #define _MISC_HRC
23 #include "rcid.hrc"
25 #define DLG_DOC_FOOTNOTE            (RC_MISC_BEGIN + 13)
26 #define DLG_INSERT_BOOKMARK         (RC_MISC_BEGIN + 17)
27 #define DLG_NUM_NAMES               (RC_MISC_BEGIN + 18)
28 #define DLG_SORTING                 (RC_MISC_BEGIN + 19)
30 #define DLG_TAB_OUTLINE             (RC_MISC_BEGIN + 31)
32 #define MSG_DOUBLE_SHORTNAME        (RC_MISC_BEGIN + 30)
33 #define MSG_QUERY_DELETE            (RC_MISC_BEGIN + 31)
34 #define STR_QUERY_DELETE_GROUP1     (RC_MISC_BEGIN + 32)
35 #define STR_QUERY_DELETE_GROUP2     (RC_MISC_BEGIN + 33)
36 #define MSG_NO_GLOSSARIES           (RC_MISC_BEGIN + 34)
38 #define MSG_SRTERR                  (RC_MISC_BEGIN + 42)
40 #define STR_GLOSSARY                (RC_MISC_BEGIN + 43)
41 #define STR_CHANGE_START            (RC_MISC_BEGIN + 44)
42 #define STR_CHANGE_END              (RC_MISC_BEGIN + 45)
43 #define STR_SAVE_GLOSSARY           (RC_MISC_BEGIN + 46)
45 #define MN_REDLINE_POPUP            (RC_MISC_BEGIN + 61)
46 #define STRRES_NUMTYPES             (RC_MISC_BEGIN + 63)
47 #define STR_MY_AUTOTEXT             (RC_MISC_BEGIN + 64)
49 #define STR_COMMENTS_LABEL          (RC_MISC_BEGIN + 65)
50 #define STR_SHOW_COMMENTS           (RC_MISC_BEGIN + 66)
51 #define STR_HIDE_COMMENTS           (RC_MISC_BEGIN + 67)
53 #define MISC_ACT_END                STR_HIDE_COMMENTS
55 #if MISC_ACT_END > RC_MISC_END
56 #error Resource-Id Ueberlauf in #file, #line
57 #endif
59 #endif  // _MISC_HRC
61 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */