summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot
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 /extensions/source/abpilot
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 'extensions/source/abpilot')
-rw-r--r--extensions/source/abpilot/abpresid.hrc9
-rw-r--r--extensions/source/abpilot/abspilot.src5
2 files changed, 0 insertions, 14 deletions
diff --git a/extensions/source/abpilot/abpresid.hrc b/extensions/source/abpilot/abpresid.hrc
index d810755bab62..a6cd4c50512e 100644
--- a/extensions/source/abpilot/abpresid.hrc
+++ b/extensions/source/abpilot/abpresid.hrc
@@ -33,7 +33,6 @@
#define RID_QUERYBOX_START RID_ABP_START
#define RID_BITMAP_START RID_ABP_START
-
// dialogs
#define RID_DLG_ADDRESSBOOKSOURCEPILOT ( RID_DIALOG_START + 0 )
@@ -53,7 +52,6 @@
#define RID_STRING_END RID_STR_NOFIELDSASSIGNED
-
// error boxes
#define RID_ERR_NEEDTYPESELECTION ( RID_ERRORBOX_START + 0 )
@@ -61,7 +59,6 @@
#define RID_ERRORBOX_END RID_ERR_NEEDTYPESELECTION
-
// query boxes
#define RID_QRY_NOTABLES ( RID_QUERYBOX_START + 0 )
@@ -71,7 +68,6 @@
#define RID_QUERYBOX_END RID_QRY_NO_EVO_GW
-
// untyped resources
#define RID_RSC_NOTUSEDYET ( RID_UNTYPED_START + 0 )
@@ -79,7 +75,6 @@
#define RID_UNTYPED_END RID_RSC_NOTUSEDYET
-
// bitmaps
#define BMP_HEADERIMAGE ( RID_BITMAP_START + 0 )
@@ -87,8 +82,6 @@
#define RID_BITMAP_END BMP_HEADERIMAGE
-
-
//= range checks
#if RID_DIALOG_END > RID_ABP_END
@@ -110,7 +103,6 @@
#error "please adjust the resource id ranges!!"
#endif
-
// local resource ids
#define FL_SEPARATOR 1
@@ -122,7 +114,6 @@
#define STR_MANUAL_FIELD_MAPPING 4
#define STR_FINAL_CONFIRM 5
-
// some defines
#define WINDOW_SIZE_X 240
#define WINDOW_SIZE_Y 185
diff --git a/extensions/source/abpilot/abspilot.src b/extensions/source/abpilot/abspilot.src
index 48f9c334076c..a4ec8c7ff966 100644
--- a/extensions/source/abpilot/abspilot.src
+++ b/extensions/source/abpilot/abspilot.src
@@ -19,7 +19,6 @@
#include "abpresid.hrc"
-
ModalDialog RID_DLG_ADDRESSBOOKSOURCEPILOT
{
Text [ en-US ] = "Address Book Data Source Wizard" ;
@@ -65,7 +64,6 @@ ErrorBox RID_ERR_NEEDTYPESELECTION
Message [ en-US ] = "Please select a type of address book.";
};
-
QueryBox RID_QRY_NOTABLES
{
Buttons = WB_YES_NO;
@@ -74,7 +72,6 @@ QueryBox RID_QRY_NOTABLES
Message [ en-US ] = "The data source does not contain any tables.\nDo you want to set it up as an address data source, anyway?";
};
-
QueryBox RID_QRY_NO_EVO_GW
{
Buttons = WB_YES_NO;
@@ -83,7 +80,6 @@ QueryBox RID_QRY_NO_EVO_GW
Message [ en-US ] = "You don't seem to have any GroupWise account configured in Evolution.\nDo you want to set it up as an address data source, anyway?";
};
-
String RID_STR_DEFAULT_NAME
{
Text [ en-US ] = "Addresses";
@@ -114,7 +110,6 @@ String RID_STR_NOFIELDSASSIGNED
Text [ en-US ] = "There are no fields assigned at this time.\nYou can either assign fields now or do so later by first choosing:\n\"File - Template - Address Book Source...\"";
};
-
Bitmap BMP_HEADERIMAGE
{
file = "addresspilot.bmp";