summaryrefslogtreecommitdiff
path: root/vcl
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 /vcl
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 'vcl')
-rw-r--r--vcl/source/src/images.src8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/src/images.src b/vcl/source/src/images.src
index bda7498be9a5..cb4355a7b61c 100644
--- a/vcl/source/src/images.src
+++ b/vcl/source/src/images.src
@@ -19,14 +19,11 @@
#include <svids.hrc>
-
-
Bitmap (SV_RESID_BITMAP_CHECK + SV_RESID_STDOFFSET)
{
File = "check.png";
};
-
Bitmap (SV_RESID_BITMAP_CHECK + SV_RESID_MONOOFFSET)
{
File = "checkmono.bmp";
@@ -42,8 +39,6 @@ Bitmap (SV_RESID_BITMAP_SCROLLMSK)
File = "scrmsk.png";
};
-
-
Bitmap (SV_RESID_BITMAP_RADIO + SV_RESID_STDOFFSET)
{
File = "radio.png";
@@ -294,9 +289,6 @@ Bitmap (SV_ICON_SIZE16_START + SV_ICON_ID_PRINTERADMIN)
File = "printeradmin_16_8.png" ;
};
-
-
-
Bitmap (SV_ICON_LARGE_START)
{
File = "mainapp_32.png" ;