summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dbu_dlg.hrc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-06 07:27:58 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-06 07:27:58 +0000
commitaaacc044dab8db2541a012e28f8041a45f124090 (patch)
tree8083e1cee183b20eaaa9bb141cdbbe657c0c55fa /dbaccess/source/ui/inc/dbu_dlg.hrc
parentde15435860508ac20bb4371d48c549126d7ab496 (diff)
INTEGRATION: CWS oj14 (1.12.4); FILE MERGED
2007/06/06 07:34:39 lla 1.12.4.1: #i77259# new dialog if extension is not present
Diffstat (limited to 'dbaccess/source/ui/inc/dbu_dlg.hrc')
-rw-r--r--dbaccess/source/ui/inc/dbu_dlg.hrc10
1 files changed, 7 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/dbu_dlg.hrc b/dbaccess/source/ui/inc/dbu_dlg.hrc
index c9db493cc553..e26b75bea12b 100644
--- a/dbaccess/source/ui/inc/dbu_dlg.hrc
+++ b/dbaccess/source/ui/inc/dbu_dlg.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: dbu_dlg.hrc,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 16:52:15 $
+ * last change: $Author: rt $ $Date: 2007-07-06 08:27:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -128,9 +128,13 @@
#define STR_EXCEPTION_INFO RID_STR_DLG_START + 64
#define STR_EXCEPTION_DETAILS RID_STR_DLG_START + 65
+
+
// please adjust checking before insert new strings
-#if STR_EXCEPTION_DETAILS > RID_STR_DLG_END
+#define LAST_STR_HERE RID_STR_DLG_START + 65
+
+#if LAST_STR_HERE > RID_STR_DLG_END
#error Resource-Id Overflow in #file, #line
#endif