summaryrefslogtreecommitdiff
path: root/filter
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 /filter
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 'filter')
-rw-r--r--filter/source/graphicfilter/eps/epsstr.src1
-rw-r--r--filter/source/pdf/pdf.src1
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogstrings.src1
3 files changed, 0 insertions, 3 deletions
diff --git a/filter/source/graphicfilter/eps/epsstr.src b/filter/source/graphicfilter/eps/epsstr.src
index 2c0e2fc57695..2a1139514450 100644
--- a/filter/source/graphicfilter/eps/epsstr.src
+++ b/filter/source/graphicfilter/eps/epsstr.src
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "strings.hrc"
String KEY_VERSION_CHECK
diff --git a/filter/source/pdf/pdf.src b/filter/source/pdf/pdf.src
index 3aedc330ffd8..bf491d31856c 100644
--- a/filter/source/pdf/pdf.src
+++ b/filter/source/pdf/pdf.src
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "pdf.hrc"
String PDF_PROGRESS_BAR
diff --git a/filter/source/xsltdialog/xmlfilterdialogstrings.src b/filter/source/xsltdialog/xmlfilterdialogstrings.src
index c5a694a33876..af886465f1df 100644
--- a/filter/source/xsltdialog/xmlfilterdialogstrings.src
+++ b/filter/source/xsltdialog/xmlfilterdialogstrings.src
@@ -19,7 +19,6 @@
#include "xmlfilterdialogstrings.hrc"
-
String STR_COLUMN_HEADER_NAME
{
Text [ en-US ] = "Name";