bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / misc / srtdlg.hrc
blobf312278646633ee7f5a19ebea40cd676a81df2d8
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  */
19 #define BT_OK        1
20 #define BT_CANCEL    2
21 #define FT_COL       3
22 #define FT_KEYTYP    4
23 #define CB_KEY1      5
24 #define ED_KEY1      6
25 #define DLB_KEY1     7
26 #define CB_KEY2      8
27 #define ED_KEY2      9
28 #define DLB_KEY2    10
29 #define CB_KEY3     11
30 #define ED_KEY3     12
31 #define DLB_KEY3    13
32 #define FL_SORT_2     14
33 #define RB_COL      15
34 #define RB_ROW      16
35 #define FL_DIR      17
36 #define RB_UP       18
37 #define RB_DN       19
38 #define FL_ORDER    20
39 #define RB_TAB      21
40 #define RB_TABCH    22
41 #define ED_TABCH    23
42 #define FL_DELIM    24
43 #define STR_ROW     25
44 #define STR_COL     26
45 #define BT_HELP     27
46 #define FT_DIR      28
47 #define RB_UP2      29
48 #define RB_DN2      30
49 #define RB_UP3      31
50 #define RB_DN3      32
51 #define STR_NUMERIC 33
52 #define PB_DELIM    34
53 #define FL_LANG     35
54 #define LB_LANG     36
55 #define FL_SORT     37
56 #define CB_CASE     38
58 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */