From 3db8d606d5cdb5f0569a4263d4793c17920d0ae1 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 18 May 2014 16:56:16 +0200 Subject: 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 --- include/editeng/editids.hrc | 1 - 1 file changed, 1 deletion(-) (limited to 'include/editeng/editids.hrc') diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc index 880461787e37..793c7e6501fd 100644 --- a/include/editeng/editids.hrc +++ b/include/editeng/editids.hrc @@ -138,7 +138,6 @@ #define SID_ATTR_BRUSH ( SID_EDIT_START + 3 ) #define SID_ATTR_BRUSH_CHAR ( SID_EDIT_START + 4 ) - #define SID_FIELD ( SID_EDIT_START + 7 ) #define SID_ATTR_FRAMEDIRECTION ( SID_EDIT_START + 8 ) #define SID_ATTR_PARA ( SID_EDIT_START + 9 ) -- cgit