Updated core
[LibreOffice.git] / cui / source / tabpages / align.src
bloba1736f5a0823a2c9e26f06df36c3ff0e38df07bd
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 "align.hrc"
22 #define MASKCOLOR \
23     MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
25  // define ---------------------------------------------------------------
26 #define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
28 ImageList IL_LOCK_BMPS
29     {
30         Prefix = "lo";
31         MaskColor = IL_LOCK_MCOL ;
32         IdList =
33         {
34             IID_BOTTOMLOCK ;
35             IID_TOPLOCK ;
36             IID_CELLLOCK ;
37         };
38         IdCount = { 3 ; };
39     };
40  // ********************************************************************** EOF
42 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */