LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / dbaccess / inc / bitmaps.hlst
blobfb9c4567bb875b2a29fc0cb5218b3b446b667a89
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
10 #ifndef INCLUDED_DBACCESS_INC_BITMAPS_HRC
11 #define INCLUDED_DBACCESS_INC_BITMAPS_HRC
13 #define BMP_FORMFOLDER_TREE_L           "dbaccess/res/forms_32.png"
14 #define BMP_REPORTFOLDER_TREE_L         "dbaccess/res/reports_32.png"
15 #define BMP_QUERYFOLDER_TREE_L          "dbaccess/res/queries_32.png"
16 #define BMP_TABLEFOLDER_TREE_L          "dbaccess/res/tables_32.png"
17 #define DATABASE_TREE_ICON              "dbaccess/res/db.png"
18 #define TABLE_TREE_ICON                 "res/sx03188.png"
19 #define TABLEFOLDER_TREE_ICON           "res/sx03187.png"
20 #define VIEW_TREE_ICON                  "res/sx16670.png"
21 #define QUERY_TREE_ICON                 "res/sx03202.png"
22 #define QUERYFOLDER_TREE_ICON           "res/sx03201.png"
23 #define FORM_TREE_ICON                  "dbaccess/res/form_16.png"
24 #define FORMFOLDER_TREE_ICON            "dbaccess/res/forms_16.png"
25 #define REPORT_TREE_ICON                "dbaccess/res/report_16.png"
26 #define REPORTFOLDER_TREE_ICON          "dbaccess/res/reports_16.png"
27 #define BMP_PRIMARY_KEY                 "dbaccess/res/jo01.png"
28 #define BMP_PKEYICON                    "dbaccess/res/pkey.png"
29 #define BMP_UP                          "dbaccess/res/sortup.png"
30 #define BMP_DOWN                        "dbaccess/res/sortdown.png"
32 #endif
34 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */