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 --- uui/source/nameclashdlg.hrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'uui') diff --git a/uui/source/nameclashdlg.hrc b/uui/source/nameclashdlg.hrc index fd8d972b2fa6..b19bca05ff16 100644 --- a/uui/source/nameclashdlg.hrc +++ b/uui/source/nameclashdlg.hrc @@ -20,8 +20,6 @@ #ifndef UUI_NAMECLASHDLG_HRC #define UUI_NAMECLASHDLG_HRC - - #define FT_FILE_EXISTS_WARNING 20 #define EDIT_NEW_NAME 21 #define BTN_OVERWRITE 22 -- cgit