bump product version to 5.0.4.1
[LibreOffice.git] / basctl / source / basicide / baside2.hrc
blobbdb5019ad3acc9f0cf2fd610317ade00d35401fe
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  */
19 #ifndef BASCTL_BASIDE2_HRC
20 #define BASCTL_BASIDE2_HRC
22 #include <basidesh.hrc>
24 // Diese Dateien enthaelt nur die lokalen ID's.
26 // RID_POPUP_BRKPROPS
27 #define RID_BRKPROPS            1
28 #define RID_ACTIV               2
30 // RID_POPUP_BRKDLG
31 #define RID_BRKDLG              1
33 // RID_POPUP_TABBAR
34 #define RID_INSERT              1
36 // ModulWindowLayout
37 #define IMGID_BRKENABLED        ( SID_BASICIDE_IMAGESTART + 20 )
38 #define IMGID_BRKDISABLED       ( SID_BASICIDE_IMAGESTART + 21 )
39 #define IMGID_STEPMARKER        ( SID_BASICIDE_IMAGESTART + 22 )
40 #define IMGID_ERRORMARKER       ( SID_BASICIDE_IMAGESTART + 23 )
42 #endif // BASCTL_BASIDE2_HRC
44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */