diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 16:56:16 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:22 +0200 |
commit | 3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch) | |
tree | e8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /sc/inc | |
parent | e175eb3cedded28909247f4d46f2c17ff2f58be2 (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 'sc/inc')
-rw-r--r-- | sc/inc/sc.hrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 43bda66ddcb8..d350aad3466d 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -273,7 +273,6 @@ // functions - #define SID_OPEN_CALC (SC_FUNCTION_START + 4) #define FILE_MENU_END (SC_FUNCTION_START + 20) @@ -477,7 +476,6 @@ #define SID_DELETE_NOTE (SID_API_SLOTS+2) - #define SID_PREVIEW_START (SID_API_SLOTS+20) #define SID_PREVIEW_NEXT (SID_PREVIEW_START) #define SID_PREVIEW_PREVIOUS (SID_PREVIEW_START+1) @@ -746,7 +744,6 @@ #define SCSTR_SHOWTABLE (STR_START + 20) #define SCSTR_HIDDENTABLES (STR_START + 21) - #define SCSTR_TABLE (STR_START + 24) #define SCSTR_NAME (STR_START + 25) #define SCSTR_INSTABLE (STR_START + 26) |