summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/imagelists/dbimagelists.src
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/imagelists/dbimagelists.src')
-rw-r--r--dbaccess/source/ui/imagelists/dbimagelists.src119
1 files changed, 0 insertions, 119 deletions
diff --git a/dbaccess/source/ui/imagelists/dbimagelists.src b/dbaccess/source/ui/imagelists/dbimagelists.src
deleted file mode 100644
index 9eabea7a038c..000000000000
--- a/dbaccess/source/ui/imagelists/dbimagelists.src
+++ /dev/null
@@ -1,119 +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 "dbu_dlg.hrc"
-#include "browserids.hxx"
-
-Bitmap BMP_FORMFOLDER_TREE_L
-{
- File = "forms_32";
-};
-
-Bitmap BMP_REPORTFOLDER_TREE_L
-{
- File = "reports_32";
-};
-
-Bitmap BMP_QUERYFOLDER_TREE_L
-{
- File = "queries_32";
-};
-
-Bitmap BMP_TABLEFOLDER_TREE_L
-{
- File = "tables_32";
-};
-
-// database object icons
-
-// the whole database
-
-Bitmap DATABASE_TREE_ICON
-{
- File = "db.png";
-};
-
-// tables and table folders
-
-Bitmap TABLE_TREE_ICON
-{
- File = "sx03188.png";
-};
-
-Bitmap TABLEFOLDER_TREE_ICON
-{
- File = "sx03187.png";
-};
-
-// views
-
-Bitmap VIEW_TREE_ICON
-{
- File = "sx16670.png";
-};
-
-// queries and query folders
-
-Bitmap QUERY_TREE_ICON
-{
- File = "sx03202.png";
-};
-
-Bitmap QUERYFOLDER_TREE_ICON
-{
- File = "sx03201.png";
-};
-
-// forms and form folders
-
-Bitmap FORM_TREE_ICON
-{
- File = "form_16";
-};
-
-Bitmap FORMFOLDER_TREE_ICON
-{
- File = "forms_16";
-};
-
-// reports and report folders
-
-Bitmap REPORT_TREE_ICON
-{
- File = "report_16";
-};
-
-Bitmap REPORTFOLDER_TREE_ICON
-{
- File = "reports_16";
-};
-
-// new folder and parent folder
-
-Bitmap BMP_NAVIGATION_BTN_UP_SC
-{
- File = "fp010";
-};
-
-Bitmap BMP_NAVIGATION_CREATEFOLDER_SC
-{
- File = "fp015";
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */