summaryrefslogtreecommitdiff
path: root/dbaccess/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-04 13:02:17 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-04 13:02:17 +0000
commit91d2791831511ec053f9acb1175812579e8085a1 (patch)
treea26640e31b67c297d1b151b8b2532482c5f8026a /dbaccess/source
parent9b37d2c9f2dbf34b87004353aacde9064cbb178b (diff)
INTEGRATION: CWS titles02 (1.4.242); FILE MERGED
2007/12/10 11:39:01 oj 1.4.242.1: #i45909# #i45617# #i71469# change title handling
Diffstat (limited to 'dbaccess/source')
-rw-r--r--dbaccess/source/ui/inc/dbu_brw.hrc8
1 files changed, 3 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/dbu_brw.hrc b/dbaccess/source/ui/inc/dbu_brw.hrc
index 6312affe2b2d..ec91e60814e1 100644
--- a/dbaccess/source/ui/inc/dbu_brw.hrc
+++ b/dbaccess/source/ui/inc/dbu_brw.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: dbu_brw.hrc,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2006-03-31 12:15:10 $
+ * last change: $Author: kz $ $Date: 2008-04-04 14:02:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,12 +53,10 @@
#define STR_CONNECTING_DATASOURCE RID_STR_BRW_START + 11
#define STR_LOADING_QUERY RID_STR_BRW_START + 12
#define STR_LOADING_TABLE RID_STR_BRW_START + 13
-#define STR_DSBROWSER_TITLE RID_STR_BRW_START + 14
-
// please adjust checking before insert new strings
-#if STR_DSBROWSER_TITLE > RID_STR_BRW_END
+#if STR_LOADING_TABLE > RID_STR_BRW_END
#error Resource-Id Ueberlauf in #file, #line
#endif