bump product version to 5.0.4.1
[LibreOffice.git] / sd / source / ui / slideshow / slideshow.hrc
blob4e6169f43b875ddc7e472d28cb4270bf9ea26762
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 SD_SLIDESHOW_HRC_
21 #define SD_SLIDESHOW_HRC_
23 #define CM_PREV_SLIDE   1
24 #define CM_NEXT_SLIDE   2
25 #define CM_GOTO         3
26 #define CM_SCREEN       4
27 #define CM_SCREEN_BLACK 5
28 #define CM_SCREEN_WHITE 6
29 #define CM_ENDSHOW      7
30 #define CM_FIRST_SLIDE  8
31 #define CM_LAST_SLIDE   9
33 //CM for extra presenter UI
34 #define CM_ERASE_ALLINK 10
35 #define CM_COLOR_PEN    11
36 #define CM_WIDTH_PEN    12
37 #define CM_WIDTH_PEN_VERY_THIN  13
38 #define CM_WIDTH_PEN_THIN   14
39 #define CM_WIDTH_PEN_NORMAL 15
40 #define CM_WIDTH_PEN_THICK  16
41 #define CM_WIDTH_PEN_VERY_THICK 17
42 #define CM_PEN_MODE 18
44 #define CM_EDIT_PRESENTATION 19
46 #define CM_SLIDES       21      // this must be the last id!
48 #endif
50 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */