This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new f08d4d5bce Cleanup f08d4d5bce is described below commit f08d4d5bce332887fb6fa63405973e5680bfdc8c Author: mseidel <msei...@apache.org> AuthorDate: Sat Mar 8 22:39:12 2025 +0100 Cleanup --- main/cui/source/dialogs/hangulhanjadlg.hrc | 47 +++++++++++++----------------- main/cui/source/dialogs/hangulhanjadlg.src | 6 ++-- 2 files changed, 23 insertions(+), 30 deletions(-) diff --git a/main/cui/source/dialogs/hangulhanjadlg.hrc b/main/cui/source/dialogs/hangulhanjadlg.hrc index 71ba1d358f..ac5812e6bb 100644 --- a/main/cui/source/dialogs/hangulhanjadlg.hrc +++ b/main/cui/source/dialogs/hangulhanjadlg.hrc @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,19 +7,18 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ - #ifndef SVX_HANGUL_HANJA_DLG_HRC #define SVX_HANGUL_HANJA_DLG_HRC @@ -56,27 +55,25 @@ #define STR_HANGUL 1 #define STR_HANJA 2 -#define FT_WORD 10 -#define FT_AKTWORD 11 -#define FT_NEWWORD 12 -#define GB_AUDIT 13 -#define BTN_IGNORE 14 -#define BTN_IGNOREALL 15 -#define BTN_CHANGE 16 -#define BTN_CHANGEALL 17 -#define FT_STATUS 18 -#define BTN_SPL_CANCEL 19 -#define BTN_SPL_HELP 20 -#define ED_NEWWORD 21 -#define FT_SUGGESTION 22 - +#define FT_WORD 10 +#define FT_AKTWORD 11 +#define FT_NEWWORD 12 +#define GB_AUDIT 13 +#define BTN_IGNORE 14 +#define BTN_IGNOREALL 15 +#define BTN_CHANGE 16 +#define BTN_CHANGEALL 17 +#define FT_STATUS 18 +#define BTN_SPL_CANCEL 19 +#define BTN_SPL_HELP 20 +#define ED_NEWWORD 21 +#define FT_SUGGESTION 22 // Hangul / Hanja Options Dialog - #define FT_USERDEFDICT 1 #define FL_OPTIONS 2 -#define BTN_OPTIONS 10 +#define BTN_OPTIONS 10 #define LB_DICTS 1 @@ -92,9 +89,8 @@ #define PB_HHO_HELP 6 // metrics - #define HHO_DLGWIDTH 287 -#define HHx_DLGHIGHT 175 +#define HHx_DLGHEIGHT 175 #define HHO_COL_1 RSC_SP_DLG_INNERBORDER_LEFT #define HHO_COL_1a (HHO_COL_1+3) #define HHO_COL_6 (HHO_DLGWIDTH-6) @@ -160,8 +156,7 @@ #define ED_4 4 // metrics - -#define RSC_CD_VSCRLWIDTH 8 // vertical scroll bar width +#define RSC_CD_VSCRLWIDTH 8 // vertical scroll bar width #define HHE_DLGWIDTH HHO_DLGWIDTH #define HHE_COL_1 RSC_SP_DLG_INNERBORDER_LEFT #define HHE_COL_6 (HHE_DLGWIDTH-RSC_SP_DLG_INNERBORDER_RIGHT) @@ -185,7 +180,7 @@ #define HHE_ROW_10 (HHE_ROW_8+RSC_SP_CTRL_GROUP_Y) #define HHE_ROW_11 (HHE_ROW_10+8+2) #define HHE_ROW_12 (HHE_ROW_11+4*12) -#define HHE_ROW_14 (HHx_DLGHIGHT-RSC_SP_DLG_INNERBORDER_BOTTOM) +#define HHE_ROW_14 (HHx_DLGHEIGHT-RSC_SP_DLG_INNERBORDER_BOTTOM) #define HHE_ROW_13 (HHE_ROW_14-RSC_CD_PUSHBUTTON_HEIGHT) #define HHE_ROW_a1 (HHE_ROW_5) #define HHE_ROW_a3 (HHE_ROW_a1+RSC_CD_PUSHBUTTON_HEIGHT+2) diff --git a/main/cui/source/dialogs/hangulhanjadlg.src b/main/cui/source/dialogs/hangulhanjadlg.src index e096ab97c0..cdef64db20 100644 --- a/main/cui/source/dialogs/hangulhanjadlg.src +++ b/main/cui/source/dialogs/hangulhanjadlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include <cuires.hrc> #include "helpid.hrc" @@ -193,7 +191,7 @@ ModalDialog RID_SVX_MDLG_HANGULHANJA_OPT SVLook = TRUE ; HelpId = HID_HANGULHANJA_OPT_DLG ; Pos = MAP_APPFONT ( 0, 0 ) ; - Size = MAP_APPFONT ( HHO_DLGWIDTH, HHx_DLGHIGHT ) ; + Size = MAP_APPFONT ( HHO_DLGWIDTH, HHx_DLGHEIGHT ) ; Text [ en-US ] = "Hangul/Hanja Options" ; Moveable = TRUE ; Closeable = TRUE ; @@ -338,7 +336,7 @@ ModalDialog RID_SVX_MDLG_HANGULHANJA_EDIT SVLook = TRUE ; HelpId = HID_HANGULHANJA_EDIT_DLG ; Pos = MAP_APPFONT ( 0, 0 ) ; - Size = MAP_APPFONT ( HHE_DLGWIDTH, HHx_DLGHIGHT ) ; + Size = MAP_APPFONT ( HHE_DLGWIDTH, HHx_DLGHEIGHT ) ; Text [ en-US ] = "Edit Custom Dictionary" ; Moveable = TRUE ; Closeable = TRUE ;