summaryrefslogtreecommitdiff
path: root/svtools
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 /svtools
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 'svtools')
-rw-r--r--svtools/source/contnr/fileview.src1
-rw-r--r--svtools/source/contnr/templwin.hrc1
-rw-r--r--svtools/source/control/ctrlbox.src1
-rw-r--r--svtools/source/dialogs/addresstemplate.hrc1
-rw-r--r--svtools/source/java/javaerror.src2
5 files changed, 0 insertions, 6 deletions
diff --git a/svtools/source/contnr/fileview.src b/svtools/source/contnr/fileview.src
index 10a5c05a79cb..4a96d61f24dc 100644
--- a/svtools/source/contnr/fileview.src
+++ b/svtools/source/contnr/fileview.src
@@ -63,7 +63,6 @@ String STR_SVT_MB
Text [ en-US ] = "MB" ;
};
-
String STR_SVT_GB
{
Text [ en-US ] = "GB" ;
diff --git a/svtools/source/contnr/templwin.hrc b/svtools/source/contnr/templwin.hrc
index d9df10b9299d..34af9102a0d7 100644
--- a/svtools/source/contnr/templwin.hrc
+++ b/svtools/source/contnr/templwin.hrc
@@ -34,7 +34,6 @@
#define TI_DOCTEMPLATE_DOCINFO 4
#define TI_DOCTEMPLATE_PREVIEW 5
-
#define DI_TITLE 1
#define DI_FROM 2
#define DI_DATE 3
diff --git a/svtools/source/control/ctrlbox.src b/svtools/source/control/ctrlbox.src
index c3ab86671e12..f352a9941081 100644
--- a/svtools/source/control/ctrlbox.src
+++ b/svtools/source/control/ctrlbox.src
@@ -22,7 +22,6 @@
#define IMAGE_STDBTN_COLOR Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }
#endif
-
String STR_SVT_AUTOMATIC_COLOR
{
Text [ en-US ] = "Automatic";
diff --git a/svtools/source/dialogs/addresstemplate.hrc b/svtools/source/dialogs/addresstemplate.hrc
index f66061fa2800..17a51b25d7d2 100644
--- a/svtools/source/dialogs/addresstemplate.hrc
+++ b/svtools/source/dialogs/addresstemplate.hrc
@@ -20,7 +20,6 @@
#ifndef _SVT_ADDRESSTEMPLATE_HRC_
#define _SVT_ADDRESSTEMPLATE_HRC_
-
#define FIELD_PAIRS_VISIBLE 5
#define FIELD_CONTROLS_VISIBLE 2 * FIELD_PAIRS_VISIBLE
diff --git a/svtools/source/java/javaerror.src b/svtools/source/java/javaerror.src
index c1e2da1c063c..c8c0fc197929 100644
--- a/svtools/source/java/javaerror.src
+++ b/svtools/source/java/javaerror.src
@@ -61,7 +61,6 @@ ErrorBox ERRORBOX_JVMCREATIONFAILED
Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced.";
};
-
String STR_WARNING_JAVANOTFOUND
{
Text[ en-US ] = "JRE Required" ;
@@ -77,7 +76,6 @@ String STR_QUESTION_JAVADISABLED
Text[ en-US ] = "Enable JRE" ;
};
-
String STR_ERROR_JVMCREATIONFAILED
{
Text[ en-US ] = "JRE is Defective" ;