Bump version to 5.0-14
[LibreOffice.git] / svtools / source / brwbox / editbrowsebox.src
blob64581807ba60451a2e62c74119ccaf00230a6d1b
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 #include "editbrowsebox.hrc"
21 #include <svtools/svtools.hrc>
23 ImageList RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX
25     Prefix = "ed";
26     MaskColor   = Color {
27             Red   = 0xFFFF;
28             Green = 0x0000;
29             Blue  = 0xFFFF;
30     };
31     IdList = {
32         IMG_EBB_CURRENT;
33         IMG_EBB_MODIFIED;
34         IMG_EBB_NEW;
35         IMG_EBB_DELETED;
36         IMG_EBB_CURRENTNEW;
37         IMG_EBB_PRIMARYKEY;
38         IMG_EBB_CURRENT_PRIMARYKEY;
39         IMG_EBB_FILTER;
40         IMG_EBB_HEADERFOOTER;
41     };
42     IdCount = { 9; };
45 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */