summaryrefslogtreecommitdiff
path: root/sw/inc/globals.hrc
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 /sw/inc/globals.hrc
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 'sw/inc/globals.hrc')
-rw-r--r--sw/inc/globals.hrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc
index 43420c17c589..7edfdace9fdc 100644
--- a/sw/inc/globals.hrc
+++ b/sw/inc/globals.hrc
@@ -68,8 +68,6 @@
#define STR_JAVA_EDIT (RC_GLOBALS_BEGIN + 38)
-
-
#define STR_REMOVE_WARNING (RC_GLOBALS_BEGIN + 40)
#define SW_STR_NONE (RC_GLOBALS_BEGIN + 41)
@@ -122,11 +120,9 @@
// Sw-pages
#define TP_OPTPRINT_PAGE (RC_GLOBALS_BEGIN + 26)
-
#define DLG_SVXTEST_NUM_BULLET (RC_GLOBALS_BEGIN + 79)
//maximum: RC_GLOBALS_BEGIN + 120
-
#if STR_DOC_STAT > RC_GLOBALS_END
#error Resource-Id Ueberlauf in #file, #line
#endif