1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_BRW_HRC
20 #define INCLUDED_DBACCESS_SOURCE_UI_INC_DBU_BRW_HRC
22 #include "dbu_resource.hrc"
24 // FREE RID_STR_BRW_START + 0
25 #define RID_STR_DATABROWSER_FILTERED RID_STR_BRW_START + 1
26 #define SBA_BROWSER_SETTING_ORDER RID_STR_BRW_START + 2
27 #define SBA_BROWSER_SETTING_FILTER RID_STR_BRW_START + 3
28 #define STR_DATASOURCE_GRIDCONTROL_DESC RID_STR_BRW_START + 4
29 #define RID_STR_UNDO_MODIFY_RECORD RID_STR_BRW_START + 5
30 #define STR_NO_COLUMNNAME_MATCHING RID_STR_BRW_START + 6
31 #define RID_STR_SAVE_CURRENT_RECORD RID_STR_BRW_START + 7
32 #define STR_DATASOURCE_GRIDCONTROL_NAME RID_STR_BRW_START + 8
33 #define STR_OPENTABLES_WARNINGS RID_STR_BRW_START + 9
34 #define STR_OPENTABLES_WARNINGS_DETAILS RID_STR_BRW_START + 10
35 #define STR_CONNECTING_DATASOURCE RID_STR_BRW_START + 11
36 #define STR_LOADING_QUERY RID_STR_BRW_START + 12
37 #define STR_LOADING_TABLE RID_STR_BRW_START + 13
39 // please adjust checking before insert new strings
41 #if STR_LOADING_TABLE > RID_STR_BRW_END
42 #error Resource-Id Ueberlauf in #file, #line
47 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */