summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-07-17 13:13:54 +0000
committerFrank Schönheit <fs@openoffice.org>2001-07-17 13:13:54 +0000
commite9d6f5dbd857488745d9acdefbf7ed6531ee894a (patch)
tree445e578223813277c2f823dcfbff8149edc32156 /forms/source
parent13585d3fa9987999af2e0d2a4691e5857799b215 (diff)
#89799# +RID_STR_NEED_NON_NULL_OBJECT
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/inc/frm_resource.hrc6
-rw-r--r--forms/source/resource/strings.src13
2 files changed, 11 insertions, 8 deletions
diff --git a/forms/source/inc/frm_resource.hrc b/forms/source/inc/frm_resource.hrc
index 9078df74ddf3..6fce2901ab7b 100644
--- a/forms/source/inc/frm_resource.hrc
+++ b/forms/source/inc/frm_resource.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: frm_resource.hrc,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:29:06 $
+ * last change: $Author: fs $ $Date: 2001-07-17 14:12:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,7 +85,7 @@
#define RID_STR_ERR_UPDATERECORD ( RID_FRM_STRINGS_START + 9 )
#define RID_STR_ERR_DELETERECORD ( RID_FRM_STRINGS_START + 10 )
#define RID_STR_ERR_DELETERECORDS ( RID_FRM_STRINGS_START + 11 )
-
+#define RID_STR_NEED_NON_NULL_OBJECT ( RID_FRM_STRINGS_START + 12 )
#endif // _FRM_RESOURCE_HRC_
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index 445d302bd759..e945ffbbf474 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -2,9 +2,9 @@
*
* $RCSfile: strings.src,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: kz $ $Date: 2001-07-14 01:18:18 $
+ * last change: $Author: fs $ $Date: 2001-07-17 14:13:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -378,6 +378,9 @@ String RID_STR_ERR_DELETERECORDS
Text[ finnish ] = "Virhe poistettaessa määritettyjä tietueita";
};
-
-
-
+String RID_STR_NEED_NON_NULL_OBJECT
+{
+ Text = "Das Objekt darf nicht NULL sein.";
+ Text [ english ] = "The object must not be NULL.";
+ Text [ english_us ] = "The object must not be NULL.";
+};