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 --- xmlsecurity/inc/xmlsecurity/global.hrc | 1 - xmlsecurity/source/dialogs/dialogs.hrc | 1 - xmlsecurity/source/dialogs/digitalsignaturesdialog.src | 1 - 3 files changed, 3 deletions(-) (limited to 'xmlsecurity') diff --git a/xmlsecurity/inc/xmlsecurity/global.hrc b/xmlsecurity/inc/xmlsecurity/global.hrc index 52edfa09a94c..5c4a2dfdbee3 100644 --- a/xmlsecurity/inc/xmlsecurity/global.hrc +++ b/xmlsecurity/inc/xmlsecurity/global.hrc @@ -26,7 +26,6 @@ #define RID_XMLSECTP_DETAILS 1004 #define RID_XMLSECTP_MACROWARN 1009 - #define RID_XMLSECWB_NO_MOZILLA_PROFILE 1013 #endif diff --git a/xmlsecurity/source/dialogs/dialogs.hrc b/xmlsecurity/source/dialogs/dialogs.hrc index d50d8d52c041..e92b65ad4181 100644 --- a/xmlsecurity/source/dialogs/dialogs.hrc +++ b/xmlsecurity/source/dialogs/dialogs.hrc @@ -49,7 +49,6 @@ #define DLGS_BOTTOM_CANCEL_X(dlgw) (DLGS_BOTTOM_HELP_X(dlgw)-RSC_SP_CTRL_X-RSC_CD_PUSHBUTTON_WIDTH) #define DLGS_BOTTOM_OK_X(dlgw) (DLGS_BOTTOM_CANCEL_X(dlgw)-RSC_SP_CTRL_DESC_X-RSC_CD_PUSHBUTTON_WIDTH) - // --------- tab dialog Certificate viewer --------- #define CS_COL_0 RSC_SP_DLG_INNERBORDER_LEFT diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src index efc06da60d8a..d4baf8f69bd0 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src @@ -32,7 +32,6 @@ ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT "Save document in ODF 1.2 format and add all desired signatures again."; }; - QueryBox MSG_XMLSECDLG_QUERY_REMOVEDOCSIGNBEFORESIGN { Buttons = WB_YES_NO ; -- cgit v1.2.3