bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / optdlg / calcoptionsdlg.hrc
blob9276e98b384a4f86244c53167df65e74d3cd9943
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  */
13 #include "sc.hrc"
15 #define BTN_OK 1
16 #define BTN_CANCEL 2
17 #define LB_SETTINGS 3
19 #define FT_OPTION_EDIT_CAPTION 4
20 #define LB_OPTION_EDIT 5
21 #define BTN_OPTION_TRUE 6
22 #define BTN_OPTION_FALSE 7
24 #define FL_ANNOTATION 20
25 #define FT_ANNOTATION 21
27 #define STR_STRING_REF_SYNTAX_CAPTION 22
28 #define STR_STRING_REF_SYNTAX_DESC 23
30 #define STR_USE_FORMULA_SYNTAX 24
32 #define STR_TRUE 25
33 #define STR_FALSE 26
35 #define STR_EMPTY_STRING_AS_ZERO_CAPTION 27
36 #define STR_EMPTY_STRING_AS_ZERO_DESC 28
39 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */