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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/inc/starmath.hrc | 1 | ||||
-rw-r--r-- | starmath/source/commands.src | 3 | ||||
-rw-r--r-- | starmath/source/smres.src | 1 | ||||
-rw-r--r-- | starmath/source/toolbox.src | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 3575b6e6f6cb..e31c68cbd40f 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -677,7 +677,6 @@ #define RID_LLINT_FROMTOX_HELP (RID_APP_START + 4189) #define RID_LLLINT_FROMTOX_HELP (RID_APP_START + 4190) - #define RID_ALIGNLX_HELP (RID_APP_START + 4275) #define RID_ALIGNCX_HELP (RID_APP_START + 4276) #define RID_ALIGNRX_HELP (RID_APP_START + 4277) diff --git a/starmath/source/commands.src b/starmath/source/commands.src index 7df736e55b51..0c2203d9e384 100644 --- a/starmath/source/commands.src +++ b/starmath/source/commands.src @@ -1197,9 +1197,6 @@ String RID_CATEGORY_EXAMPLES Text [ en-US ] = "Examples" ; }; - - - Menu RID_COMMANDMENU { ItemList = diff --git a/starmath/source/smres.src b/starmath/source/smres.src index 066c59640d59..a6eebb46f7b2 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -234,7 +234,6 @@ String STR_STATSTR_WRITING Text [ en-US ] = "Saving document..." ; }; - String STR_MATH_DOCUMENT_FULLTYPE_CURRENT { Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Formula"; diff --git a/starmath/source/toolbox.src b/starmath/source/toolbox.src index 3d5798cf7755..65c99be84e32 100644 --- a/starmath/source/toolbox.src +++ b/starmath/source/toolbox.src @@ -24,7 +24,6 @@ #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 0xff00; } - FloatingWindow RID_TOOLBOXWINDOW { HelpId = HID_SMA_OPERATOR_WIN ; @@ -1506,8 +1505,6 @@ FloatingWindow RID_TOOLBOXWINDOW }; }; - - #define UNBINOPS_IDLIST \ IdList = \ { \ |