bump product version to 4.1.6.2
[LibreOffice.git] / include / sfx2 / cntids.hrc
blobdb4c5877afd698d21e6a6c148e5747c7f8828bbc
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 #ifndef _CNTIDS_HRC
21 #define _CNTIDS_HRC
23 #include <svl/cntwids.hrc>
24 #include <svl/solar.hrc>
26 // Slot-ID's -----------------------------------------------------------------
28 #ifndef SID_SFX_START
29 // HACK() - SID's may not change its numerical value just like that,
30 //          sfxsids.hrc may not be included!!! Solution: sfxsids.hrc
31 //          include it on a lower level - for example svtools???
32 #define SID_SFX_START                   5000
33 #endif
34 #define SID_TITLE                       (SID_SFX_START + 307)
35 #define SID_DELETE                      (SID_SFX_START + 713)
36 #define SID_INTERNET_ONLINE             (SID_SFX_START + 1370)
38 // Don't let SID_CHAOS_END grow. Internal docking windows use the range between
39 // SID_CHAOS_END and SID_LIB_START!! Look into sfxsids.hrc for more information!
40 #define SID_CHAOS_START                 9000
41 #define SID_CHAOS_END                   9799
43 #define SID_DISTRIBUTION                (SID_CHAOS_START + 26)
44 #define SID_INSERT                      (SID_CHAOS_START + 90)
45 #define SID_VIEW_FLD_PIC                (SID_CHAOS_START + 185)
47 #endif
49 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */