summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-05 09:21:19 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-05 09:32:34 +0200
commitb777604017afa02471313404c7ed13dcc378c423 (patch)
treeb2d12bf5408e7118d2048c9848a99b36e4fae3ef /connectivity
parentbda4c6ab5d0a7c64babe529bab056ad6af7dcf7f (diff)
drop pointless build of a resource file
Change-Id: Ic3d554bbcc8bdbad85c868c06d451bd6f12def54
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/AllLangResTarget_hsqldb.mk29
-rw-r--r--connectivity/source/drivers/hsqldb/hsqlui.ilst1
-rw-r--r--connectivity/source/drivers/hsqldb/hsqlui.src39
3 files changed, 1 insertions, 68 deletions
diff --git a/connectivity/AllLangResTarget_hsqldb.mk b/connectivity/AllLangResTarget_hsqldb.mk
deleted file mode 100644
index 315c5bb9b1eb..000000000000
--- a/connectivity/AllLangResTarget_hsqldb.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_AllLangResTarget_AllLangResTarget,hsqldb))
-
-$(eval $(call gb_AllLangResTarget_set_reslocation,hsqldb,database))
-
-$(eval $(call gb_AllLangResTarget_add_srs,hsqldb,\
- hsqldb/res \
-))
-
-$(eval $(call gb_SrsTarget_SrsTarget,hsqldb/res))
-
-$(eval $(call gb_SrsTarget_set_include,hsqldb/res,\
- -I$(SRCDIR)/connectivity/source/drivers/hsqldb \
- $$(INCLUDE) \
-))
-
-$(eval $(call gb_SrsTarget_add_nonlocalized_files,hsqldb/res,\
- connectivity/source/drivers/hsqldb/hsqlui.src \
-))
-
-# vim: set noet sw=4 ts=4:
diff --git a/connectivity/source/drivers/hsqldb/hsqlui.ilst b/connectivity/source/drivers/hsqldb/hsqlui.ilst
new file mode 100644
index 000000000000..9590ff4d9e20
--- /dev/null
+++ b/connectivity/source/drivers/hsqldb/hsqlui.ilst
@@ -0,0 +1 @@
+%MODULE%/database/linked_text_table.png
diff --git a/connectivity/source/drivers/hsqldb/hsqlui.src b/connectivity/source/drivers/hsqldb/hsqlui.src
deleted file mode 100644
index 3e31fe752df7..000000000000
--- a/connectivity/source/drivers/hsqldb/hsqlui.src
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * 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 .
- */
-
-#include "hsqlui.hrc"
-
-// 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 image below is 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; };
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */