summaryrefslogtreecommitdiff
path: root/forms/source/resource
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 16:56:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:22 +0200
commit3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch)
treee8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /forms/source/resource
parente175eb3cedded28909247f4d46f2c17ff2f58be2 (diff)
hrc and src files: squeeze multiple newlines
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
Diffstat (limited to 'forms/source/resource')
-rw-r--r--forms/source/resource/strings.src1
-rw-r--r--forms/source/resource/xforms.src1
2 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/resource/strings.src b/forms/source/resource/strings.src
index 4df1bd7933ee..3a252c7d78ab 100644
--- a/forms/source/resource/strings.src
+++ b/forms/source/resource/strings.src
@@ -94,7 +94,6 @@ String RID_STR_CLEAR_GRAPHICS
Text [ en-US ] = "Remove Image";
};
-
String RID_STR_INVALIDSTREAM
{
Text [ en-US ] = "The given stream is invalid.";
diff --git a/forms/source/resource/xforms.src b/forms/source/resource/xforms.src
index e223e619ac5d..b878f21c7ed8 100644
--- a/forms/source/resource/xforms.src
+++ b/forms/source/resource/xforms.src
@@ -19,7 +19,6 @@
#include "frm_resource.hrc"
-
String RID_STR_XFORMS_NO_BINDING_EXPRESSION
{
Text [ en-US ] = "Please enter a binding expression.";