1*d34edd0aSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*d34edd0aSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*d34edd0aSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*d34edd0aSAndrew Rist * distributed with this work for additional information
6*d34edd0aSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*d34edd0aSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*d34edd0aSAndrew Rist * "License"); you may not use this file except in compliance
9*d34edd0aSAndrew Rist * with the License.  You may obtain a copy of the License at
10*d34edd0aSAndrew Rist *
11*d34edd0aSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*d34edd0aSAndrew Rist *
13*d34edd0aSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*d34edd0aSAndrew Rist * software distributed under the License is distributed on an
15*d34edd0aSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*d34edd0aSAndrew Rist * KIND, either express or implied.  See the License for the
17*d34edd0aSAndrew Rist * specific language governing permissions and limitations
18*d34edd0aSAndrew Rist * under the License.
19*d34edd0aSAndrew Rist *
20*d34edd0aSAndrew Rist *************************************************************/
21*d34edd0aSAndrew Rist
22*d34edd0aSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef CONNECTIVITY_HSQLUI_HRC
25cdf0e10cSrcweir#include "hsqlui.hrc"
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir
28cdf0e10cSrcweir/*  Note:
29cdf0e10cSrcweir    The resource file built here (hsqldb.res, finally) is *not* included
30cdf0e10cSrcweir    in the final OOo installation. Instead, it is only built to ensure that
31cdf0e10cSrcweir    the two images below are included in the application-wide image repository
32cdf0e10cSrcweir    (images.zip). This way, they can be accessed at runtime, but without the
33cdf0e10cSrcweir    indirection via a resource file - the GraphicProvider service supports
34cdf0e10cSrcweir    a "private:imagerepository/*" protocol meanwhile, which allows this.
35cdf0e10cSrcweir
36cdf0e10cSrcweir    If there were another possibility to ensure that the images are
37cdf0e10cSrcweir    put into the repository, instead of creating a resource file for them,
38cdf0e10cSrcweir    then we would use this other way ...
39cdf0e10cSrcweir*/
40cdf0e10cSrcweir
41cdf0e10cSrcweirImage 1000
42cdf0e10cSrcweir{
43cdf0e10cSrcweir	ImageBitmap = Bitmap { File = LINKED_TEXT_TABLE_IMAGE_RESOURCE; };
44cdf0e10cSrcweir};
45cdf0e10cSrcweir
46cdf0e10cSrcweirImage 1001
47cdf0e10cSrcweir{
48cdf0e10cSrcweir	ImageBitmap = Bitmap { File = LINKED_TEXT_TABLE_IMAGE_RESOURCE_HC; };
49cdf0e10cSrcweir};
50