blob: c71232466bb664bc469dc5c23de6eb4f3f652f05 [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef CONNECTIVITY_HSQLUI_HRC
#include "hsqlui.hrc"
#endif
/* Note:
The resource file built here (hsqldb.res, finally) is *not* included
in the final OOo installation. Instead, it is only built to ensure that
the two images below are included in the application-wide image repository
(images.zip). This way, they can be accessed at runtime, but without the
indirection via a resource file - the GraphicProvider service supports
a "private:imagerepository/*" protocol meanwhile, which allows this.
If there were another possibility to ensure that the images are
put into the repository, instead of creating a resource file for them,
then we would use this other way ...
*/
Image 1000
{
ImageBitmap = Bitmap { File = LINKED_TEXT_TABLE_IMAGE_RESOURCE; };
};
Image 1001
{
ImageBitmap = Bitmap { File = LINKED_TEXT_TABLE_IMAGE_RESOURCE_HC; };
};