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 /sd/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 'sd/inc')
-rw-r--r-- | sd/inc/app.hrc | 1 | ||||
-rw-r--r-- | sd/inc/glob.hrc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index aa15783071f7..ef8631f9e662 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -395,7 +395,6 @@ #define SID_EDIT_HYPERLINK (SID_SD_START+382) - #define SID_OUTPUT_QUALITY_CONTRAST (SID_SD_START+400) #define SID_PREVIEW_QUALITY_CONTRAST (SID_SD_START+401) diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc index 8a764af0347b..3e2d4a41228d 100644 --- a/sd/inc/glob.hrc +++ b/sd/inc/glob.hrc @@ -133,7 +133,6 @@ #define STR_TASKPANEVIEWSHELL RID_GLOB_START+117 #define STR_TASKPANELAYOUTMENU RID_GLOB_START+118 - #define RID_CUSTOMANIMATION_START RID_GLOB_START+120 // RID_CUSTOMANIMATION_END RID_GLOB_START+199 #define RID_ANNOTATIONS_START RID_GLOB_START+200 |