summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 16:56:16 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-19 20:04:22 +0200
commit3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch)
treee8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /include/svtools
parente175eb3cedded28909247f4d46f2c17ff2f58be2 (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 'include/svtools')
-rw-r--r--include/svtools/controldims.hrc1
-rw-r--r--include/svtools/svtools.hrc7
2 files changed, 0 insertions, 8 deletions
diff --git a/include/svtools/controldims.hrc b/include/svtools/controldims.hrc
index 0bacbbff1bae..6f624343da6a 100644
--- a/include/svtools/controldims.hrc
+++ b/include/svtools/controldims.hrc
@@ -20,7 +20,6 @@
#ifndef _SVT_CONTROLDIMS_HRC_
#define _SVT_CONTROLDIMS_HRC_
-
// From: Dialogue Specification and Guidelines - Visual Design V1.3
// by Christian Jansen
diff --git a/include/svtools/svtools.hrc b/include/svtools/svtools.hrc
index 83ecedb860d2..64a4e7437983 100644
--- a/include/svtools/svtools.hrc
+++ b/include/svtools/svtools.hrc
@@ -24,7 +24,6 @@
#define RID_SVTOOLS_BITMAP_START (RID_SVTOOLS_START + 0)
#define RID_SVTOOLS_IMAGELIST_START (RID_SVTOOLS_START + 0)
-
// various unsorted stuff
#define STR_SVT_AUTOMATIC_COLOR (RID_SVTOOLS_START+16)
@@ -251,21 +250,16 @@
#define STR_LOGICAL_FIELD_NAMES (STR_SVT_ADDRESSTEMPLATE_START+32)
#define STR_SVT_ADDRESSTEMPLATE_END (STR_LOGICAL_FIELD_NAMES)
-
-
-
// dialogs
#define DLG_LOGIN (RID_SVTOOLS_START+113)
#define DLG_ADDRESSBOOKSOURCE (RID_SVTOOLS_START+114)
-
// bitmaps
#define BMP_PLUGIN (RID_SVTOOLS_BITMAP_START + 3)
#define BMP_LIST_ADD (RID_SVTOOLS_BITMAP_START + 4)
-
// image lists
#define RID_SVTOOLS_IMAGELIST_BIG (RID_SVTOOLS_IMAGELIST_START + 1)
@@ -284,7 +278,6 @@
#define WARNINGBOX_INVALIDJAVASETTINGS_MAC (RID_SVTOOLS_START+25)
#define ERRORBOX_JVMCREATIONFAILED_MAC (RID_SVTOOLS_START+26)
-
// images
#define RID_IMG_TREENODE_COLLAPSED (RID_SVTOOLS_START + 0)
#define RID_IMG_TREENODE_EXPANDED (RID_SVTOOLS_START + 1)