xref: /AOO42X/main/sc/source/ui/dbgui/outline.src (revision 666469f1340f453fb3f9a30b142d1fb60741fdf2)
182177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19cdf0e10cSrcweir *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
22cdf0e10cSrcweir#include "sc.hrc"
23cdf0e10cSrcweir
24cdf0e10cSrcweir// Imageliste hier, damit sie nicht in ui.src beim Zusammenbauen der
25*666469f1Smseidel// "echten" Imagelisten stört
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define OUTLINE_ID_LIST                                     \
28cdf0e10cSrcweir    IdList = { 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; };    \
29cdf0e10cSrcweir    IdCount = { 12; };
30cdf0e10cSrcweir
31cdf0e10cSrcweirImageList RID_OUTLINEBITMAPS
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    Prefix = "ou" ;
34cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR ;
35cdf0e10cSrcweir    OUTLINE_ID_LIST
36cdf0e10cSrcweir};
37cdf0e10cSrcweir
38cdf0e10cSrcweirImageList RID_OUTLINEBITMAPS_H
39cdf0e10cSrcweir{
40cdf0e10cSrcweir    Prefix = "ouh" ;
41cdf0e10cSrcweir    MaskColor = SC_HC_MASKCOLOR ;
42cdf0e10cSrcweir    OUTLINE_ID_LIST
43cdf0e10cSrcweir};
44cdf0e10cSrcweir
452f154c07Smseidel// ********************************************************************** EOF
46