bump product version to 5.0.4.1
[LibreOffice.git] / sfx2 / source / inc / sfxlocal.hrc
blob4b6d132b18768b78320d80380507b6a0333a5804
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 ---------------------------------------------------------------
28 #define STR_SFX_NEWOFFICEDOC                (RID_SFX_SFXLOCAL_START +  0)
29 #define STR_SFX_REMOVE_PROPERTY             (RID_SFX_SFXLOCAL_START +  1)
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)
39 #define STR_SFX_QUERY_WRONG_TYPE            (RID_SFX_SFXLOCAL_START + 11)
41 // Controls --------------------------------------------------------------
42 #define SFX_CB_PROPERTY_NAME                (RID_SFX_SFXLOCAL_START +  0)
43 #define SFX_LB_PROPERTY_TYPE                (RID_SFX_SFXLOCAL_START +  4)
44 #define SFX_WIN_PROPERTY_YESNO              (RID_SFX_SFXLOCAL_START +  6)
45 #define SFX_ST_DURATION_FORMAT              (RID_SFX_SFXLOCAL_START +  13)
47 #define SFX_CMIS_PROPERTY_NAME              (RID_SFX_SFXLOCAL_START +  14)
48 #define SFX_CMIS_ED_PROPERTY_VALUE          (RID_SFX_SFXLOCAL_START +  15)
49 #define SFX_CMIS_PROPERTY_TYPE              (RID_SFX_SFXLOCAL_START +  16)
50 #define SFX_CMIS_WIN_PROPERTY_YESNO         (RID_SFX_SFXLOCAL_START +  17)
51 #define SFX_CMIS_QB_WRONG_TYPE              (RID_SFX_SFXLOCAL_START +  18)
52 #define SFX_CMIS_FLD_DATE                   (RID_SFX_SFXLOCAL_START +  19)
53 #define SFX_CMIS_FLD_TIME                   (RID_SFX_SFXLOCAL_START +  20)
55 // Images ----------------------------------------------------------------
57 #define SFX_IMG_PROPERTY_REMOVE             (RID_SFX_SFXLOCAL_START +  0)
58 #define SFX_IMG_CLOSE_DOC                   (RID_SFX_SFXLOCAL_START +  2)
60 #endif
62 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */