bump product version to 4.1.6.2
[LibreOffice.git] / sd / source / ui / inc / headerfooterdlg.hrc
blobe577b4060558d1d7cb45182e643b3d990f5b482e
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 #define FL_INCLUDE_ON_PAGE              1
21 #define CB_DATETIME                     2
22 #define RB_DATETIME_FIXED               3
23 #define TB_DATETIME_FIXED               4
24 #define RB_DATETIME_AUTOMATIC           5
25 #define CB_DATETIME_FORMAT              6
26 #define FT_DATETIME_LANGUAGE            7
27 #define CB_DATETIME_LANGUAGE            8
28 #define FL_FOOTER                       9
29 #define CB_FOOTER                       10
30 #define FT_FOOTER                       11
31 #define TB_FOOTER_FIXED                 12
32 #define FL_SLIDENUMBER                  13
33 #define CB_SLIDENUMBER                  14
34 #define FL_NOTONTITLE                   15
35 #define CB_NOTONTITLE                   16
36 #define BT_APPLYTOALL                   17
37 #define BT_APPLY                        18
38 #define BT_CANCEL                       19
39 #define BT_HELP                         20
40 #define FL_HEADER                       21
41 #define CB_HEADER                       22
42 #define FT_HEADER                       23
43 #define TB_HEADER_FIXED                 24
44 #define FL_DATETIME                     25
45 #define CT_PREVIEW                      26
46 #define STR_PAGE_NUMBER                 27
47 #define STR_INCLUDE_ON_PAGE             28
49 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */