diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 10:51:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:32:28 +0200 |
commit | ee1c5c47680921465b8c880e7834d756cfc2e892 (patch) | |
tree | 240db1a199f324a2e32ab7fe61d60933d8295a7c /uui | |
parent | f6a8cb7ae24ce87174526af845dbe45e1874d806 (diff) |
Reduce newline bloat at eof
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/fltdlg.src | 34 | ||||
-rw-r--r-- | uui/source/ids.src | 27 | ||||
-rw-r--r-- | uui/source/masterpasscrtdlg.src | 21 | ||||
-rw-r--r-- | uui/source/masterpassworddlg.src | 21 | ||||
-rw-r--r-- | uui/source/passworderrs.src | 22 |
5 files changed, 0 insertions, 125 deletions
diff --git a/uui/source/fltdlg.src b/uui/source/fltdlg.src index 1c7e6aa924f1..29ef9c2ac155 100644 --- a/uui/source/fltdlg.src +++ b/uui/source/fltdlg.src @@ -75,37 +75,3 @@ ModalDialog DLG_FILTER_SELECT TabStop = TRUE ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/uui/source/ids.src b/uui/source/ids.src index ad12f2c6ba5c..0e438874e53a 100644 --- a/uui/source/ids.src +++ b/uui/source/ids.src @@ -410,30 +410,3 @@ Resource RID_UUI_ERRHDL }; - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/uui/source/masterpasscrtdlg.src b/uui/source/masterpasscrtdlg.src index 99ca5829a3ba..1f4053d03e4a 100644 --- a/uui/source/masterpasscrtdlg.src +++ b/uui/source/masterpasscrtdlg.src @@ -103,24 +103,3 @@ ModalDialog DLG_UUI_MASTERPASSWORD_CRT Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ; }; }; - - - - - - - - - - - - - - - - - - - - - diff --git a/uui/source/masterpassworddlg.src b/uui/source/masterpassworddlg.src index c330bc639961..8e0c8600d4da 100644 --- a/uui/source/masterpassworddlg.src +++ b/uui/source/masterpassworddlg.src @@ -71,24 +71,3 @@ ModalDialog DLG_UUI_MASTERPASSWORD }; Text [ en-US ] = "Enter Master Password"; }; - - - - - - - - - - - - - - - - - - - - - diff --git a/uui/source/passworderrs.src b/uui/source/passworderrs.src index 788eed36183c..e11dd6f85b48 100644 --- a/uui/source/passworderrs.src +++ b/uui/source/passworderrs.src @@ -46,25 +46,3 @@ String STR_ERROR_PASSWORDS_NOT_IDENTICAL { Text [ en-US ] = "The password confirmation does not match."; }; - - - - - - - - - - - - - - - - - - - - - - |