diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-01-09 21:27:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-10 17:27:40 +0100 |
commit | 74c7cb0bc646c0e15e2fd3695ee9b04fd103179d (patch) | |
tree | f432f482f64201ed5f5b4cf93d01e47a2ad7bebc /cui | |
parent | 8f453c674f19188360ba5895c2bd9bd80273a83b (diff) |
add newline to end of .ui files that lack them
so all the .ui files are homogenous to simplify mass conversions
Change-Id: I01336fd579025a8464f0d4d5c46dec3f65895b26
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109043
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/customizedialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/customizedialog.ui b/cui/uiconfig/ui/customizedialog.ui index 695c6982847e..79ed466d747b 100644 --- a/cui/uiconfig/ui/customizedialog.ui +++ b/cui/uiconfig/ui/customizedialog.ui @@ -397,4 +397,4 @@ <action-widget response="101">reset</action-widget> </action-widgets> </object> -</interface>
\ No newline at end of file +</interface> |