bump product version to 4.1.6.2
[LibreOffice.git] / sfx2 / source / inc / sfxlocal.hrc
blob836ad2b5bed2469485de162a5276f07084edaed5
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 // local resources
22 #ifndef _SFXLOCAL_HRC
23 #define _SFXLOCAL_HRC
25 #include <sfx2/sfx.hrc>
27 // Strings ---------------------------------------------------------------
29 #define STR_SFX_NEWOFFICEDOC                (RID_SFX_SFXLOCAL_START +  0)
30 #define STR_SFX_FILEDLG_ACTUALVERSION       (RID_SFX_SFXLOCAL_START +  2)
31 #define STR_SFX_EXPLORERFILE_INSERT         (RID_SFX_SFXLOCAL_START +  3)
32 #define STR_SFX_EXPLORERFILE_BUTTONINSERT   (RID_SFX_SFXLOCAL_START +  4)
33 #define STR_SFX_IMPORT_ALL                  (RID_SFX_SFXLOCAL_START +  5)
34 #define STR_SFX_EXPLORERFILE_EXPORT         (RID_SFX_SFXLOCAL_START +  6)
35 #define STR_SFX_DOCK                        (RID_SFX_SFXLOCAL_START +  7)
36 #define STR_SFX_UNDOCK                      (RID_SFX_SFXLOCAL_START +  8)
37 #define STR_SFX_TASK_PANE_VIEW              (RID_SFX_SFXLOCAL_START +  9)
38 #define STR_SFX_TASKS                       (RID_SFX_SFXLOCAL_START + 10)
40 // Controls --------------------------------------------------------------
42 #define SFX_CB_PROPERTY_NAME                (RID_SFX_SFXLOCAL_START +  0)
43 #define SFX_ED_PROPERTY_VALUE               (RID_SFX_SFXLOCAL_START +  1)
44 #define SFX_LB_PROPERTY_TYPE                (RID_SFX_SFXLOCAL_START +  4)
45 #define SFX_PB_PROPERTY_REMOVE              (RID_SFX_SFXLOCAL_START +  5)
46 #define SFX_WIN_PROPERTY_YESNO              (RID_SFX_SFXLOCAL_START +  6)
47 #define SFX_QB_WRONG_TYPE                   (RID_SFX_SFXLOCAL_START +  7)
48 #define SFX_FLD_DATE                        (RID_SFX_SFXLOCAL_START +  10)
49 #define SFX_FLD_TIME                        (RID_SFX_SFXLOCAL_START +  11)
50 #define SFX_FLD_DURATION                    (RID_SFX_SFXLOCAL_START +  12)
51 #define SFX_ST_DURATION_FORMAT              (RID_SFX_SFXLOCAL_START +  13)
53 // Images ----------------------------------------------------------------
55 #define SFX_IMG_PROPERTY_REMOVE             (RID_SFX_SFXLOCAL_START +  0)
56 #define SFX_IMG_CLOSE_DOC                   (RID_SFX_SFXLOCAL_START +  2)
58 #endif
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */