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 --- cui/source/customize/macropg.src | 1 - cui/source/dialogs/colorpicker.src | 8 -------- cui/source/dialogs/hangulhanjadlg.hrc | 1 - cui/source/dialogs/svuidlg.hrc | 1 - cui/source/inc/cuires.hrc | 1 - cui/source/options/optgdlg.src | 2 -- cui/source/tabpages/frmdirlbox.src | 2 -- 7 files changed, 16 deletions(-) (limited to 'cui') diff --git a/cui/source/customize/macropg.src b/cui/source/customize/macropg.src index 0cc502a7c4c0..3c9c4944790a 100644 --- a/cui/source/customize/macropg.src +++ b/cui/source/customize/macropg.src @@ -69,7 +69,6 @@ ModalDialog RID_SVXDLG_ASSIGNCOMPONENT }; }; - //DF String RID_SVXSTR_EVENT_STARTAPP { diff --git a/cui/source/dialogs/colorpicker.src b/cui/source/dialogs/colorpicker.src index adbfbbc79ab0..f94e3c5ee3a4 100644 --- a/cui/source/dialogs/colorpicker.src +++ b/cui/source/dialogs/colorpicker.src @@ -64,8 +64,6 @@ #define CMYK_Y3 (CMYK_Y2 + METRIC_HEIGHT + 2) #define CMYK_Y4 (CMYK_Y3 + METRIC_HEIGHT + 2) - - ModalDialog RID_CUI_DIALOG_COLORPICKER { HelpID = "cui:ModalDialog:ColorPicker"; @@ -270,10 +268,8 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER TabStop = TRUE ; }; - // HSB - FixedLine FL_HSB { Pos = MAP_APPFONT ( CONTROL_AREA_X , HSB_Y0 ) ; @@ -345,10 +341,8 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER Unit = FUNIT_PERCENT ; }; - // CMYK - FixedLine FL_CMYK { Pos = MAP_APPFONT ( CONTROL_AREA_X , CMYK_Y0 ) ; @@ -440,10 +434,8 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER Unit = FUNIT_PERCENT ; }; - // bottom buttons - FixedLine FT_BOTTOMLINE { Pos = MAP_APPFONT ( 0 , BOTTOMLINE_Y ) ; diff --git a/cui/source/dialogs/hangulhanjadlg.hrc b/cui/source/dialogs/hangulhanjadlg.hrc index bbec93ad414e..3f595dbabb03 100644 --- a/cui/source/dialogs/hangulhanjadlg.hrc +++ b/cui/source/dialogs/hangulhanjadlg.hrc @@ -64,7 +64,6 @@ #define ED_NEWWORD 21 #define FT_SUGGESTION 22 - // Hangul / Hanja Options Dialog #define BTN_OPTIONS 10 diff --git a/cui/source/dialogs/svuidlg.hrc b/cui/source/dialogs/svuidlg.hrc index aca23edfff5d..dcb0c71478e8 100644 --- a/cui/source/dialogs/svuidlg.hrc +++ b/cui/source/dialogs/svuidlg.hrc @@ -31,7 +31,6 @@ #define STR_CLOSELINKMSG_MULTI 32024 #define STR_WAITINGLINK 32028 - #define MD_UPDATE_BASELINKS 32002 #define FT_FILES 31 #define FT_LINKS 32 diff --git a/cui/source/inc/cuires.hrc b/cui/source/inc/cuires.hrc index 2d7f5270de9d..e741b43e8110 100644 --- a/cui/source/inc/cuires.hrc +++ b/cui/source/inc/cuires.hrc @@ -87,7 +87,6 @@ #define RID_SVXSTR_CONNECTOR (RID_SVX_START + 221) #define RID_SVXSTR_DIMENSION_LINE (RID_SVX_START + 222) - #define RID_SVXSTR_CHARNAME_TRANSPARENT (RID_SVX_START + 237) #define RID_SVXSTR_DESC_LINEEND (RID_SVX_START + 238) #define RID_SVXSTR_CHARNAME_NOSTYLE (RID_SVX_START + 239) diff --git a/cui/source/options/optgdlg.src b/cui/source/options/optgdlg.src index 9beeeeac2124..537c1505b7c5 100644 --- a/cui/source/options/optgdlg.src +++ b/cui/source/options/optgdlg.src @@ -22,8 +22,6 @@ // ******************************************************************* - - InfoBox RID_SVX_MSGBOX_LANGUAGE_RESTART { Message [ en-US ] = "The language setting of the user interface has been updated and will take effect the next time you start %PRODUCTNAME %PRODUCTVERSION"; diff --git a/cui/source/tabpages/frmdirlbox.src b/cui/source/tabpages/frmdirlbox.src index 388a6f290b51..2ae96d304c60 100644 --- a/cui/source/tabpages/frmdirlbox.src +++ b/cui/source/tabpages/frmdirlbox.src @@ -58,6 +58,4 @@ String RID_SVXSTR_PAGEDIR_LTR_VERT Text [ en-US ] = "Left-to-right (vertical)"; }; - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit