summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-12-20 15:16:17 +0000
committerFrank Schönheit <fs@openoffice.org>2001-12-20 15:16:17 +0000
commita6caf5a5c2601f096fa32dd64da5f4b3b29bfdcc (patch)
treea911ef7c4d1c2d97a12368286f18c4fd409ba919 /forms
parentd3d4fbddcae4a57b8a7b1d55732db4db8c35616d (diff)
#96160# +RID_STR_INVALIDSTREAM
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/frm_resource.hrc5
-rw-r--r--forms/source/resource/strings.src17
2 files changed, 9 insertions, 13 deletions
diff --git a/forms/source/inc/frm_resource.hrc b/forms/source/inc/frm_resource.hrc
index 3db5bb253f62..af082f7718a0 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2001-08-22 13:11:23 $
+ * last change: $Author: fs $ $Date: 2001-12-20 16:15:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,7 @@
#define RID_STR_NEED_NON_NULL_OBJECT ( RID_FRM_STRINGS_START + 12 )
#define RID_STR_OPEN_GRAPHICS ( RID_FRM_STRINGS_START + 13 )
#define RID_STR_CLEAR_GRAPHICS ( RID_FRM_STRINGS_START + 14 )
+#define RID_STR_INVALIDSTREAM ( RID_FRM_STRINGS_START + 15 )
#endif // _FRM_RESOURCE_HRC_
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index c43e1b97d53e..a21ca8a617f5 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -2,9 +2,9 @@
*
* $RCSfile: strings.src,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: kz $ $Date: 2001-12-14 16:49:00 $
+ * last change: $Author: fs $ $Date: 2001-12-20 16:16:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -457,12 +457,7 @@ String RID_STR_CLEAR_GRAPHICS
};
-
-
-
-
-
-
-
-
-
+String RID_STR_INVALIDSTREAM
+{
+ Text = "Die übergebene Stream-Komponente ist ungültig.";
+}; \ No newline at end of file