diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 16:56:16 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-19 20:04:22 +0200 |
commit | 3db8d606d5cdb5f0569a4263d4793c17920d0ae1 (patch) | |
tree | e8b5e1e6275c4ccc0cd55c94e39ae7d8bc598e4e /extensions | |
parent | e175eb3cedded28909247f4d46f2c17ff2f58be2 (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')
-rw-r--r-- | extensions/inc/extensio.hrc | 1 | ||||
-rw-r--r-- | extensions/source/abpilot/abpresid.hrc | 9 | ||||
-rw-r--r-- | extensions/source/abpilot/abspilot.src | 5 | ||||
-rw-r--r-- | extensions/source/bibliography/bib.hrc | 1 | ||||
-rw-r--r-- | extensions/source/bibliography/datman.hrc | 1 | ||||
-rw-r--r-- | extensions/source/dbpilots/dbpresid.hrc | 21 | ||||
-rw-r--r-- | extensions/source/propctrlr/formresid.hrc | 9 | ||||
-rw-r--r-- | extensions/source/propctrlr/propresid.hrc | 2 |
8 files changed, 0 insertions, 49 deletions
diff --git a/extensions/inc/extensio.hrc b/extensions/inc/extensio.hrc index a203b4126165..36ec5bba52f5 100644 --- a/extensions/inc/extensio.hrc +++ b/extensions/inc/extensio.hrc @@ -21,7 +21,6 @@ #include <svl/solar.hrc> - // - resource id ranges #define RID_ABP_START ( RID_MORE_EXTENSIONS_START + 0 ) 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"; diff --git a/extensions/source/bibliography/bib.hrc b/extensions/source/bibliography/bib.hrc index 7b2fd1016b60..cb9a7e22f2a2 100644 --- a/extensions/source/bibliography/bib.hrc +++ b/extensions/source/bibliography/bib.hrc @@ -80,7 +80,6 @@ #define ST_CUSTOM4 (RID_BIB_STRING + 35) #define ST_CUSTOM5 (RID_BIB_STRING + 36) - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/bibliography/datman.hrc b/extensions/source/bibliography/datman.hrc index b7515baafca4..0b938438329b 100644 --- a/extensions/source/bibliography/datman.hrc +++ b/extensions/source/bibliography/datman.hrc @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #define BT_OK 1 #define BT_CANCEL 2 #define BT_HELP 3 diff --git a/extensions/source/dbpilots/dbpresid.hrc b/extensions/source/dbpilots/dbpresid.hrc index eccf57b20bc3..0aad843de951 100644 --- a/extensions/source/dbpilots/dbpresid.hrc +++ b/extensions/source/dbpilots/dbpresid.hrc @@ -23,7 +23,6 @@ #include "dbpilots.hrc" #include "extensio.hrc" - // basics #define RID_DIALOG_START RID_DBP_START @@ -31,7 +30,6 @@ #define RID_STRING_START RID_DBP_START #define RID_ERRORBOX_START RID_DBP_START - // strings #define RID_STR_GROUPWIZ_DBFIELD (RID_STRING_START + 1 ) @@ -48,7 +46,6 @@ // please adjust RID_STRING_END (below) when adding new strings #define RID_STRING_END RID_STR_TIMEPOSTFIX - // dialogs #define RID_DLG_GROUPBOXWIZARD ( RID_DIALOG_START + 1 ) @@ -58,7 +55,6 @@ // please adjust RID_DIALOG_END (below) when adding new dialogs #define RID_DIALOG_END RID_DLG_GRIDWIZARD - // tab pages #define RID_PAGE_TABLESELECTION ( RID_PAGE_START + 1 ) @@ -76,7 +72,6 @@ // please adjust RID_PAGE_END (below) when adding new tab pages #define RID_PAGE_END RID_PAGE_GW_FIELDSELECTION - // ErrorBox #define RID_ERR_INVALID_FORM_CONNECTION ( RID_ERRORBOX_START + 1 ) @@ -84,9 +79,6 @@ // please adjust RID_ERRORBOX_END (below) when adding new error boxes #define RID_ERRORBOX_END RID_ERR_INVALID_FORM_CONNECTION - - - //= range checks #if RID_STRING_END > RID_DBP_END @@ -102,10 +94,8 @@ #error "please adjust the resource id ranges!!" #endif - // local ids - // FixedLine #define FL_DATA 1 @@ -116,7 +106,6 @@ #define FL_FRAME 6 #define FL_FORMSETINGS 7 - // FixedText #define FT_DATASOURCE 1 @@ -147,7 +136,6 @@ #define FT_FORMCONTENTTYPELABEL 26 #define FT_FORMCONTENTTYPE 27 - // ListBox #define LB_DATASOURCE 1 @@ -160,7 +148,6 @@ #define LB_EXISTING_FIELDS 7 #define LB_SELECTED_FIELDS 8 - // Edit #define ET_RADIOLABELS 1 @@ -168,7 +155,6 @@ #define ET_NAMEIT 3 #define ET_DISPLAYEDFIELD 4 - // PushButton #define PB_MOVETORIGHT 1 @@ -179,7 +165,6 @@ #define PB_ALLFIELDSLEFT 6 #define PB_FORMDATASOURCE 7 - // RadioButton #define RB_DEFSELECTION_YES 1 @@ -187,25 +172,21 @@ #define RB_STOREINFIELD_YES 3 #define RB_STOREINFIELD_NO 4 - // ComboBox #define CMB_VALUELISTFIELD 1 #define CMB_TABLEFIELD 2 - // String #define STR_FIELDINFO_LISTBOX 1 #define STR_FIELDINFO_COMBOBOX 2 - // Image #define IMG_TABLE 1 #define IMG_QUERY 3 - #define WINDOW_SIZE_X 260 #define WINDOW_SIZE_Y 185 #define WINDOW_HALF_SIZE_X ( WINDOW_SIZE_X / 2 ) @@ -216,8 +197,6 @@ #define ITEM_BUTTON_SIZE_X 20 #define ITEM_BUTTON_SIZE_Y 12 - - #endif // _EXTENSIONS_DBP_DBPRESID_HRC_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/propctrlr/formresid.hrc b/extensions/source/propctrlr/formresid.hrc index befc4fc3911e..b892c119f3a4 100644 --- a/extensions/source/propctrlr/formresid.hrc +++ b/extensions/source/propctrlr/formresid.hrc @@ -22,7 +22,6 @@ #include "propresid.hrc" - // - Strings #define RID_STR_FORMS ( RID_FORMBROWSER_START + 1 ) @@ -268,13 +267,10 @@ #define RID_STR_SCROLL_TOP ( RID_FORMBROWSER_START + 258 ) #define RID_STR_SCROLL_LEFT ( RID_FORMBROWSER_START + 259 ) - - // - message strings #define RID_STR_CONFIRM_DELETE_DATA_TYPE ( RID_FORMBROWSER_START + 500 ) - // - dialogs #define RID_DLG_SELECTLABELCONTROL ( RID_PROPCONTROLLER_START + 0 ) @@ -282,12 +278,10 @@ #define RID_DLG_FORMLINKS ( RID_PROPCONTROLLER_START + 2 ) #define RID_DLG_SELECTION ( RID_PROPCONTROLLER_START + 3 ) - // - ImageLists #define RID_IL_FORMEXPLORER ( RID_PROPCONTROLLER_START + 0 ) - // - untyped resources #define RID_RSC_ENUM_SCROLLBARS ( RID_PROPCONTROLLER_START + 0 ) @@ -324,14 +318,12 @@ #define RID_RSC_ENUM_TEXT_ANCHOR_TYPE ( RID_PROPCONTROLLER_START + 31 ) #define RID_RSC_ENUM_SHEET_ANCHOR_TYPE ( RID_PROPCONTROLLER_START + 32 ) - // - ImageList - local ids // HACK HACK HACK // as long as we have no real property browser, but this outsourcing only, // we do not duplicate images. Instead we do some hard coding for the image ids - #define RID_SVXIMG_CONTROL 10144 #define RID_SVXIMG_BUTTON 10594 #define RID_SVXIMG_RADIOBUTTON 10595 @@ -361,7 +353,6 @@ #define RID_SVXIMG_SPINBUTTON 10769 #define RID_SVXIMG_NAVIGATIONBAR 10607 - #endif // _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/propctrlr/propresid.hrc b/extensions/source/propctrlr/propresid.hrc index fd378c763774..d4548649a7f9 100644 --- a/extensions/source/propctrlr/propresid.hrc +++ b/extensions/source/propctrlr/propresid.hrc @@ -26,10 +26,8 @@ // arbitrary at the moment #define RID_FORMBROWSER_START RID_PROPCONTROLLER_START + 2000 - // - Strings - #define RID_STR_STANDARD ( RID_PROPCONTROLLER_START + 0 ) #define RID_STR_PROPPAGE_DEFAULT ( RID_PROPCONTROLLER_START + 1 ) #define RID_STR_PROPPAGE_DATA ( RID_PROPCONTROLLER_START + 2 ) |