1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef _SD_ANNOTATIONPANE_HRC
21 #define _SD_ANNOTATIONPANE_HRC
26 #define STR_ANNOTATION_TODAY (RID_ANNOTATIONS_START+1)
27 #define STR_ANNOTATION_YESTERDAY (RID_ANNOTATIONS_START+2)
28 #define STR_ANNOTATION_NOAUTHOR (RID_ANNOTATIONS_START+3)
29 #define STR_ANNOTATION_WRAP_FORWARD (RID_ANNOTATIONS_START+4)
30 #define STR_ANNOTATION_WRAP_BACKWARD (RID_ANNOTATIONS_START+5)
31 #define STR_ANNOTATION_WRAP_FORWARD_DRAW (RID_ANNOTATIONS_START+6)
32 #define STR_ANNOTATION_WRAP_BACKWARD_DRAW (RID_ANNOTATIONS_START+7)
33 #define STR_ANNOTATION_UNDO_INSERT (RID_ANNOTATIONS_START+8)
34 #define STR_ANNOTATION_UNDO_DELETE (RID_ANNOTATIONS_START+9)
35 #define STR_ANNOTATION_UNDO_MOVE (RID_ANNOTATIONS_START+10)
36 #define STR_ANNOTATION_UNDO_EDIT (RID_ANNOTATIONS_START+11)
37 #define STR_ANNOTATION_UNDO_REPLY (RID_ANNOTATIONS_START+12)
38 #define STR_ANNOTATION_REPLY (RID_ANNOTATIONS_START+13)
41 #define RID_ANNOTATION_CONTEXTMENU (RID_ANNOTATIONS_START+0)
42 #define RID_ANNOTATION_TAG_CONTEXTMENU (RID_ANNOTATIONS_START+1)
44 #endif // _SD_ANNOTATIONPANE_HRC
46 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */