This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 45346c21be553fd456886aefeac253778d44a959 Author: mseidel <[email protected]> AuthorDate: Tue Oct 14 01:19:52 2025 +0200 Cleanup resource files (cherry picked from commit 5dadd2b6ef5743e1c497410b091d26860d76359a) --- main/cui/source/dialogs/splitcelldlg.src | 2 - main/cui/source/dialogs/zoom.src | 2 - main/cui/source/options/treeopt.src | 2 - main/cui/source/tabpages/tabarea.src | 2 - main/cui/source/tabpages/textanim.src | 10 +-- main/cui/source/tabpages/textattr.src | 36 ++++---- main/reportdesign/source/core/resource/strings.src | 40 ++++----- main/sc/source/ui/src/sortdlg.src | 2 - .../source/ui/animations/SlideTransitionPane.src | 2 - main/sd/source/ui/dlg/navigatr.src | 4 +- main/svx/source/dialog/fontwork.src | 2 - main/svx/source/dialog/srchdlg.src | 2 - main/sw/source/ui/chrdlg/swbreak.src | 2 - main/sw/source/ui/dialog/wordcountdialog.src | 2 - main/sw/source/ui/index/multmrk.src | 67 ++++----------- main/sw/source/ui/misc/srtdlg.src | 2 - main/uui/source/sslwarndlg.src | 96 +++++++++++----------- main/uui/source/unknownauthdlg.src | 2 - 18 files changed, 107 insertions(+), 170 deletions(-) diff --git a/main/cui/source/dialogs/splitcelldlg.src b/main/cui/source/dialogs/splitcelldlg.src index d3f8830be4..3355fca5a5 100644 --- a/main/cui/source/dialogs/splitcelldlg.src +++ b/main/cui/source/dialogs/splitcelldlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include <cuires.hrc> #include "splitcelldlg.hrc" diff --git a/main/cui/source/dialogs/zoom.src b/main/cui/source/dialogs/zoom.src index 8a44be2a82..002f16a4f4 100644 --- a/main/cui/source/dialogs/zoom.src +++ b/main/cui/source/dialogs/zoom.src @@ -19,8 +19,6 @@ * *************************************************************/ - - // include --------------------------------------------------------------- #include <cuires.hrc> #include "zoom.hrc" diff --git a/main/cui/source/options/treeopt.src b/main/cui/source/options/treeopt.src index 65dd4d6cb4..6697b4aa82 100644 --- a/main/cui/source/options/treeopt.src +++ b/main/cui/source/options/treeopt.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "treeopt.hrc" #include <cuires.hrc> #include "helpid.hrc" diff --git a/main/cui/source/tabpages/tabarea.src b/main/cui/source/tabpages/tabarea.src index 53b0e9ffec..521d03073c 100644 --- a/main/cui/source/tabpages/tabarea.src +++ b/main/cui/source/tabpages/tabarea.src @@ -19,8 +19,6 @@ * *************************************************************/ - - // include --------------------------------------------------------------- #include "helpid.hrc" #include <cuires.hrc> diff --git a/main/cui/source/tabpages/textanim.src b/main/cui/source/tabpages/textanim.src index d0027aa0a6..7f48292ba7 100644 --- a/main/cui/source/tabpages/textanim.src +++ b/main/cui/source/tabpages/textanim.src @@ -19,8 +19,6 @@ * *************************************************************/ - - // pragma ---------------------------------------------------------------- #include <svtools/controldims.hrc> @@ -118,7 +116,7 @@ TabPage RID_SVXPAGE_TEXTANIMATION { HelpID = "cui:ImageButton:RID_SVXPAGE_TEXTANIMATION:BTN_UP" ; Pos = MAP_APPFONT ( MA_TOTAL_WIDTH - MA_MOVEBUT_GRACE_X - 2*MA_BUTTON_WIDTH - RSC_SP_TBPG_INNERBORDER_RIGHT - RSC_SP_FLGR_INNERBORDER_RIGHT, - RSC_SP_TBPG_INNERBORDER_TOP + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP ); + RSC_SP_TBPG_INNERBORDER_TOP + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP ) ; Size = BUTTON_SIZE ; Symbol = IMAGEBUTTON_ARROW_UP ; QuickHelpText [ en-US ] = "To Top" ; @@ -127,7 +125,7 @@ TabPage RID_SVXPAGE_TEXTANIMATION { HelpID = "cui:ImageButton:RID_SVXPAGE_TEXTANIMATION:BTN_LEFT" ; Pos = MAP_APPFONT ( MA_TOTAL_WIDTH - MA_MOVEBUT_GRACE_X - 3*MA_BUTTON_WIDTH - RSC_SP_TBPG_INNERBORDER_RIGHT - RSC_SP_FLGR_INNERBORDER_RIGHT, - RSC_SP_TBPG_INNERBORDER_TOP + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + MA_BUTTON_HEIGHT); + RSC_SP_TBPG_INNERBORDER_TOP + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + MA_BUTTON_HEIGHT) ; Size = BUTTON_SIZE ; Symbol = IMAGEBUTTON_ARROW_LEFT ; QuickHelpText [ en-US ] = "To Left" ; @@ -163,7 +161,7 @@ TabPage RID_SVXPAGE_TEXTANIMATION HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTANIMATION:TSB_START_INSIDE" ; TabStop = TRUE ; Pos = MAP_APPFONT ( RSC_SP_TBPG_INNERBORDER_LEFT + RSC_SP_FLGR_INNERBORDER_LEFT, MA_CURR_Y2 ) ; - Size = MAP_APPFONT ( MA_TOTAL_WIDTH - RSC_SP_TBPG_INNERBORDER_LEFT - RSC_SP_TBPG_INNERBORDER_RIGHT - 12, RSC_CD_CHECKBOX_HEIGHT ); + Size = MAP_APPFONT ( MA_TOTAL_WIDTH - RSC_SP_TBPG_INNERBORDER_LEFT - RSC_SP_TBPG_INNERBORDER_RIGHT - 12, RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "S~tart inside" ; }; #define MA_CURR_Y3 MA_CURR_Y2 + RSC_CD_CHECKBOX_HEIGHT + RSC_SP_CTRL_GROUP_Y @@ -172,7 +170,7 @@ TabPage RID_SVXPAGE_TEXTANIMATION HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTANIMATION:TSB_STOP_INSIDE" ; TabStop = TRUE ; Pos = MAP_APPFONT ( RSC_SP_TBPG_INNERBORDER_LEFT + RSC_SP_FLGR_INNERBORDER_LEFT, MA_CURR_Y3 ) ; - Size = MAP_APPFONT ( MA_TOTAL_WIDTH - RSC_SP_TBPG_INNERBORDER_LEFT - RSC_SP_TBPG_INNERBORDER_RIGHT - 12, RSC_CD_CHECKBOX_HEIGHT ); + Size = MAP_APPFONT ( MA_TOTAL_WIDTH - RSC_SP_TBPG_INNERBORDER_LEFT - RSC_SP_TBPG_INNERBORDER_RIGHT - 12, RSC_CD_CHECKBOX_HEIGHT ) ; Text [ en-US ] = "Text visible when exiting" ; }; #define MA_CURR_Y4 MA_CURR_Y3 + RSC_CD_CHECKBOX_HEIGHT + RSC_SP_CTRL_GROUP_Y diff --git a/main/cui/source/tabpages/textattr.src b/main/cui/source/tabpages/textattr.src index 1bbc7fd37a..9751328b54 100644 --- a/main/cui/source/tabpages/textattr.src +++ b/main/cui/source/tabpages/textattr.src @@ -19,8 +19,6 @@ * *************************************************************/ - - // include --------------------------------------------------------------- #include <svtools/controldims.hrc> #include <cuires.hrc> @@ -37,7 +35,7 @@ TabPage RID_SVXPAGE_TEXTATTR Text [ en-US ] = "Text" ; FixedLine FL_TEXT { - Pos = MAP_APPFONT ( 6, 3 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; Size = MAP_APPFONT ( 248, RSC_CD_FIXEDLINE_HEIGHT ) ; Text [ en-US ] = "Text" ; }; @@ -45,7 +43,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_WIDTH" ; TabStop = TRUE ; - Pos = MAP_APPFONT ( 12, 14 ) ; + Pos = MAP_APPFONT ( 12, 14 ) ; Size = MAP_APPFONT ( 102, 10 ) ; Text [ en-US ] = "Fit wi~dth to text" ; }; @@ -53,7 +51,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_HEIGHT" ; TabStop = TRUE ; - Pos = MAP_APPFONT ( 12, 28 ) ; + Pos = MAP_APPFONT ( 12, 28 ) ; Size = MAP_APPFONT ( 102, 10 ) ; Text [ en-US ] = "Fit h~eight to text" ; }; @@ -61,7 +59,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FIT_TO_SIZE" ; TabStop = TRUE ; - Pos = MAP_APPFONT ( 12, 42 ) ; + Pos = MAP_APPFONT ( 12, 42 ) ; Size = MAP_APPFONT ( 102, 10 ) ; Text [ en-US ] = "~Fit to frame" ; }; @@ -69,7 +67,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_CONTOUR" ; TabStop = TRUE ; - Pos = MAP_APPFONT ( 12, 56 ) ; + Pos = MAP_APPFONT ( 12, 56 ) ; Size = MAP_APPFONT ( 102, 10 ) ; Text [ en-US ] = "~Adjust to contour" ; }; @@ -77,7 +75,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_WORDWRAP_TEXT" ; TabStop = TRUE ; - Pos = MAP_APPFONT ( 132, 14 ) ; + Pos = MAP_APPFONT ( 132, 14 ) ; Size = MAP_APPFONT ( 127, 10 ) ; Text [ en-US ] = "~Word wrap text in shape" ; }; @@ -85,7 +83,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_AUTOGROW_SIZE" ; TabStop = TRUE ; - Pos = MAP_APPFONT ( 132, 28 ) ; + Pos = MAP_APPFONT ( 132, 28 ) ; Size = MAP_APPFONT ( 127, 10 ) ; Text [ en-US ] = "~Resize shape to fit text" ; }; @@ -97,25 +95,25 @@ TabPage RID_SVXPAGE_TEXTATTR }; FixedText FT_LEFT { - Pos = MAP_APPFONT ( 12, 85 ) ; + Pos = MAP_APPFONT ( 12, 85 ) ; Size = MAP_APPFONT ( 50, 8 ) ; Text [ en-US ] = "~Left" ; }; FixedText FT_RIGHT { - Pos = MAP_APPFONT ( 12, 101 ) ; + Pos = MAP_APPFONT ( 12, 101 ) ; Size = MAP_APPFONT ( 50, 8 ) ; Text [ en-US ] = "~Right" ; }; FixedText FT_TOP { - Pos = MAP_APPFONT ( 12, 117 ) ; + Pos = MAP_APPFONT ( 12, 117 ) ; Size = MAP_APPFONT ( 50, 8 ) ; Text [ en-US ] = "~Top" ; }; FixedText FT_BOTTOM { - Pos = MAP_APPFONT ( 12, 133 ) ; + Pos = MAP_APPFONT ( 12, 133 ) ; Size = MAP_APPFONT ( 50, 8 ) ; Text [ en-US ] = "~Bottom" ; }; @@ -123,7 +121,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_LEFT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 69, 83 ) ; + Pos = MAP_APPFONT ( 69, 83 ) ; Size = MAP_APPFONT ( 45, 12 ) ; TabStop = TRUE ; Repeat = TRUE ; @@ -140,7 +138,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_RIGHT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 69, 99 ) ; + Pos = MAP_APPFONT ( 69, 99 ) ; Size = MAP_APPFONT ( 45, 12 ) ; TabStop = TRUE ; Repeat = TRUE ; @@ -157,7 +155,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_TOP" ; Border = TRUE ; - Pos = MAP_APPFONT ( 69, 115 ) ; + Pos = MAP_APPFONT ( 69, 115 ) ; Size = MAP_APPFONT ( 45, 12 ) ; TabStop = TRUE ; Repeat = TRUE ; @@ -174,7 +172,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:MetricField:RID_SVXPAGE_TEXTATTR:MTR_FLD_BOTTOM" ; Border = TRUE ; - Pos = MAP_APPFONT ( 69, 131 ) ; + Pos = MAP_APPFONT ( 69, 131 ) ; Size = MAP_APPFONT ( 45, 12 ) ; TabStop = TRUE ; Repeat = TRUE ; @@ -203,7 +201,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpId = HID_TEXTATTR_CTL_POSITION ; Border = TRUE ; - Pos = MAP_APPFONT ( 132, 83 ) ; + Pos = MAP_APPFONT ( 132, 83 ) ; Size = MAP_APPFONT ( 116, 52 ) ; TabStop = TRUE ; }; @@ -211,7 +209,7 @@ TabPage RID_SVXPAGE_TEXTATTR { HelpID = "cui:TriStateBox:RID_SVXPAGE_TEXTATTR:TSB_FULL_WIDTH" ; TabStop = TRUE ; - Pos = MAP_APPFONT ( 132, 139 ) ; + Pos = MAP_APPFONT ( 132, 139 ) ; Size = MAP_APPFONT ( 116, 10 ) ; Text [ en-US ] = "Full ~width" ; }; diff --git a/main/reportdesign/source/core/resource/strings.src b/main/reportdesign/source/core/resource/strings.src index b478fab1c3..82889b460b 100644 --- a/main/reportdesign/source/core/resource/strings.src +++ b/main/reportdesign/source/core/resource/strings.src @@ -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,63 +7,61 @@ * 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. - * + * *************************************************************/ - - #include "core_resource.hrc" String RID_STR_DETAIL { - Text [ en-US ] = "Detail"; + Text [ en-US ] = "Detail" ; }; String RID_STR_PAGE_HEADER { - Text [ en-US ] = "Page Header"; + Text [ en-US ] = "Page Header" ; }; String RID_STR_PAGE_FOOTER { - Text [ en-US ] = "Page Footer"; + Text [ en-US ] = "Page Footer" ; }; String RID_STR_GROUP_HEADER { - Text [ en-US ] = "Group Header"; + Text [ en-US ] = "Group Header" ; }; String RID_STR_GROUP_FOOTER { - Text [ en-US ] = "Group Footer"; + Text [ en-US ] = "Group Footer" ; }; String RID_STR_REPORT_HEADER { - Text [ en-US ] = "Report Header"; + Text [ en-US ] = "Report Header" ; }; String RID_STR_REPORT_FOOTER { - Text [ en-US ] = "Report Footer"; + Text [ en-US ] = "Report Footer" ; }; String RID_STR_PROPERTY_CHANGE_NOT_ALLOWED { - Text [ en-US ] = "The name '#1' already exists and can not be asssigned again."; + Text [ en-US ] = "The name '#1' already exists and can not be asssigned again." ; }; String RID_STR_ERROR_WRONG_ARGUMENT { - Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid arguments."; + Text [ en-US ] = "You tried to set an illegal argument. Please have a look at '#1' for valid arguments." ; }; String RID_STR_ARGUMENT_IS_NULL { - Text [ en-US ] = "The element is invalid."; + Text [ en-US ] = "The element is invalid." ; }; String RID_STR_FIXEDTEXT { @@ -71,7 +69,7 @@ String RID_STR_FIXEDTEXT }; String RID_STR_FORMATTEDFIELD { - Text [ en-US ] = "Formatted field"; + Text [ en-US ] = "Formatted field" ; }; String RID_STR_IMAGECONTROL { @@ -79,13 +77,15 @@ String RID_STR_IMAGECONTROL }; String RID_STR_REPORT { - Text [ en-US ] = "Report"; + Text [ en-US ] = "Report" ; }; String RID_STR_SHAPE { - Text [ en-US ] = "Shape"; + Text [ en-US ] = "Shape" ; }; String RID_STR_FIXEDLINE { - Text [ en-US ] = "Fixed line"; + Text [ en-US ] = "Fixed line" ; }; + +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/sortdlg.src b/main/sc/source/ui/src/sortdlg.src index 2854f4b524..a1da4f468f 100644 --- a/main/sc/source/ui/src/sortdlg.src +++ b/main/sc/source/ui/src/sortdlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "sortdlg.hrc" TabPage RID_SCPAGE_SORT_FIELDS { diff --git a/main/sd/source/ui/animations/SlideTransitionPane.src b/main/sd/source/ui/animations/SlideTransitionPane.src index b31d89140e..a0116a5f60 100644 --- a/main/sd/source/ui/animations/SlideTransitionPane.src +++ b/main/sd/source/ui/animations/SlideTransitionPane.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "CustomAnimation.hrc" #include "SlideTransitionPane.hrc" #include "helpids.h" diff --git a/main/sd/source/ui/dlg/navigatr.src b/main/sd/source/ui/dlg/navigatr.src index b550d77e43..a187231c3a 100644 --- a/main/sd/source/ui/dlg/navigatr.src +++ b/main/sd/source/ui/dlg/navigatr.src @@ -19,14 +19,12 @@ * *************************************************************/ - - #include "navigatr.hrc" #include "helpids.h" #include "res_bmp.hrc" #define BUTTON_WIDTH 13 #define BUTTON_COUNT 7 -#define BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, BUTTON_WIDTH ); +#define BUTTON_SIZE MAP_APPFONT ( BUTTON_WIDTH, BUTTON_WIDTH ) ; Window FLT_NAVIGATOR { HelpId = HID_SD_NAVIGATOR ; diff --git a/main/svx/source/dialog/fontwork.src b/main/svx/source/dialog/fontwork.src index f6e48460e4..81589f3ec2 100644 --- a/main/svx/source/dialog/fontwork.src +++ b/main/svx/source/dialog/fontwork.src @@ -19,8 +19,6 @@ * *************************************************************/ - - // include --------------------------------------------------------------- #include <svx/svxids.hrc> #include <svx/dialogs.hrc> diff --git a/main/svx/source/dialog/srchdlg.src b/main/svx/source/dialog/srchdlg.src index 85b5fa00c2..55b4a7110d 100644 --- a/main/svx/source/dialog/srchdlg.src +++ b/main/svx/source/dialog/srchdlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - // include --------------------------------------------------------------- #include <svx/dialogs.hrc> diff --git a/main/sw/source/ui/chrdlg/swbreak.src b/main/sw/source/ui/chrdlg/swbreak.src index f29438098c..961ffa0392 100644 --- a/main/sw/source/ui/chrdlg/swbreak.src +++ b/main/sw/source/ui/chrdlg/swbreak.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "chrdlg.hrc" #include "break.hrc" #include "cmdid.h" diff --git a/main/sw/source/ui/dialog/wordcountdialog.src b/main/sw/source/ui/dialog/wordcountdialog.src index 40bc2c052c..1ffcc79b84 100644 --- a/main/sw/source/ui/dialog/wordcountdialog.src +++ b/main/sw/source/ui/dialog/wordcountdialog.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include <helpid.h> #include <dialog.hrc> #include <wordcountdialog.hrc> diff --git a/main/sw/source/ui/index/multmrk.src b/main/sw/source/ui/index/multmrk.src index 7cb7fd2aee..7cbac5f5c4 100644 --- a/main/sw/source/ui/index/multmrk.src +++ b/main/sw/source/ui/index/multmrk.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "index.hrc" #include "multmrk.hrc" #include "cmdid.h" @@ -30,86 +28,57 @@ ModalDialog DLG_MULTMRK HelpID = CMD_FN_EDIT_IDX_ENTRY_DLG ; OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 220 , 95 ) ; + Size = MAP_APPFONT ( 220, 95 ) ; Text [ en-US ] = "Index Markings" ; Moveable = TRUE ; - FixedLine FL_TOX + FixedLine FL_TOX { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 153 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 153, 8 ) ; Text [ en-US ] = "Selection" ; }; FixedText FT_ENTRY { - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 41 , 8 ) ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 41, 8 ) ; Text [ en-US ] = "Index" ; Left = TRUE ; }; FixedText FT_TEXT { - Pos = MAP_APPFONT ( 53 , 14 ) ; - Size = MAP_APPFONT ( 100 , 8 ) ; + Pos = MAP_APPFONT ( 53, 14 ) ; + Size = MAP_APPFONT ( 100, 8 ) ; Left = TRUE ; }; FixedText FT_TOX { - Pos = MAP_APPFONT ( 12 , 26 ) ; - Size = MAP_APPFONT ( 41 , 8 ) ; + Pos = MAP_APPFONT ( 12, 26 ) ; + Size = MAP_APPFONT ( 41, 8 ) ; Text [ en-US ] = "Entry" ; Left = TRUE ; }; ListBox LB_TOX { - HelpID = "sw:ListBox:DLG_MULTMRK:LB_TOX"; + HelpID = "sw:ListBox:DLG_MULTMRK:LB_TOX" ; Border = TRUE ; - Pos = MAP_APPFONT ( 12 , 37 ) ; - Size = MAP_APPFONT ( 100 , 49 ) ; + Pos = MAP_APPFONT ( 12, 37 ) ; + Size = MAP_APPFONT ( 100, 49 ) ; TabStop = TRUE ; AutoHScroll = TRUE ; }; OKButton OK_BT { - Pos = MAP_APPFONT ( 165 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 165, 6 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; DefButton = TRUE ; }; CancelButton CANCEL_BT { - Pos = MAP_APPFONT ( 165 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + Pos = MAP_APPFONT ( 165, 23 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; TabStop = TRUE ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF diff --git a/main/sw/source/ui/misc/srtdlg.src b/main/sw/source/ui/misc/srtdlg.src index 2da4c57feb..0b6b11139e 100644 --- a/main/sw/source/ui/misc/srtdlg.src +++ b/main/sw/source/ui/misc/srtdlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #include "misc.hrc" #include "srtdlg.hrc" #include "cmdid.h" diff --git a/main/uui/source/sslwarndlg.src b/main/uui/source/sslwarndlg.src index 08250bc293..e277194144 100644 --- a/main/uui/source/sslwarndlg.src +++ b/main/uui/source/sslwarndlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #define __RSC #ifndef UUI_IDS_HRC @@ -32,72 +30,72 @@ ModalDialog DLG_UUI_SSLWARN { - HelpId = HID_DLG_SSLWARN_UUI ; - Border = TRUE ; - Moveable = TRUE ; - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( DLG_WIDTH, DLG_HEIGHT ) ; + HelpId = HID_DLG_SSLWARN_UUI ; + Border = TRUE ; + Moveable = TRUE ; + OutputSize = TRUE ; + SVLook = TRUE ; + Size = MAP_APPFONT ( DLG_WIDTH, DLG_HEIGHT ) ; - Text [ en-US ] = "Security Warning: " ; + Text [ en-US ] = "Security Warning: " ; - FixedText FT_LABEL_1 - { - Pos = MAP_APPFONT ( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP ) ; - Size = MAP_APPFONT ( 195, DLG_TEXT_1_HEIGHT ) ; + FixedText FT_LABEL_1 + { + Pos = MAP_APPFONT ( DLG_TEXT_START_X, RSC_SP_DLG_INNERBORDER_TOP ) ; + Size = MAP_APPFONT ( 195, DLG_TEXT_1_HEIGHT ) ; - Text [ en-US ] = "No Text" ; + Text [ en-US ] = "No Text" ; - Border = FALSE ; - WordBreak = TRUE ; - }; + Border = FALSE ; + WordBreak = TRUE ; + }; - PushButton PB_VIEW__CERTIFICATE - { - HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_VIEW__CERTIFICATE" ; - Pos = MAP_APPFONT ( DLG_CTLBTN_CERT_START_X, DLG_CTLBTN_START_Y ) ; - Size = MAP_APPFONT ( DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + PushButton PB_VIEW__CERTIFICATE + { + HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_VIEW__CERTIFICATE" ; + Pos = MAP_APPFONT ( DLG_CTLBTN_CERT_START_X, DLG_CTLBTN_START_Y ) ; + Size = MAP_APPFONT ( DLG_CTLBTN_CERT_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; Text [ en-US ] = "View Certificate" ; }; - CancelButton PB_CANCEL - { - Pos = MAP_APPFONT ( DLG_CTLBTN_CANCEL_START_X, DLG_CTLBTN_START_Y ) ; - Size = MAP_APPFONT ( DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + CancelButton PB_CANCEL + { + Pos = MAP_APPFONT ( DLG_CTLBTN_CANCEL_START_X, DLG_CTLBTN_START_Y ) ; + Size = MAP_APPFONT ( DLG_CTLBTN_CANCEL_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; - Text [ en-US ] = "Cancel Connection" ; + Text [ en-US ] = "Cancel Connection" ; - }; + }; - PushButton PB_OK - { - HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_OK" ; - Pos = MAP_APPFONT ( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y ) ; - Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; + PushButton PB_OK + { + HelpID = "uui:PushButton:DLG_UUI_SSLWARN:PB_OK" ; + Pos = MAP_APPFONT ( DLG_CTLBTN_OK_START_X, DLG_CTLBTN_START_Y ) ; + Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ; - Text [ en-US ] = "Continue" ; + Text [ en-US ] = "Continue" ; - }; + }; - FixedImage IMG_WARN - { - Pos = MAP_APPFONT ( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP ) ; - Size = MAP_APPFONT ( DLG_WARMIMG_WIDTH, DLG_WARMIMG_HEIGHT ) ; + FixedImage IMG_WARN + { + Pos = MAP_APPFONT ( RSC_SP_DLG_INNERBORDER_LEFT, RSC_SP_DLG_INNERBORDER_TOP ) ; + Size = MAP_APPFONT ( DLG_WARMIMG_WIDTH, DLG_WARMIMG_HEIGHT ) ; - Fixed = Image - { - /* ImageBitmap = Bitmap {File = "certificate_40x56.png" ;} ; */ - }; + Fixed = Image + { + /* ImageBitmap = Bitmap {File = "certificate_40x56.png" ;} ; */ + }; - }; + }; - FixedLine FL_LINE - { - Pos = MAP_APPFONT ( 0, DLG_CTLBTN_START_Y - RSC_SP_FLGR_INNERBORDER_TOP - RSC_CD_FIXEDLINE_HEIGHT ) ; - Size = MAP_APPFONT ( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; - }; + FixedLine FL_LINE + { + Pos = MAP_APPFONT ( 0, DLG_CTLBTN_START_Y - RSC_SP_FLGR_INNERBORDER_TOP - RSC_CD_FIXEDLINE_HEIGHT ) ; + Size = MAP_APPFONT ( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ; + }; }; // ********************************************************************** EOF diff --git a/main/uui/source/unknownauthdlg.src b/main/uui/source/unknownauthdlg.src index b9cdc3ea99..bb6a5edcdc 100644 --- a/main/uui/source/unknownauthdlg.src +++ b/main/uui/source/unknownauthdlg.src @@ -19,8 +19,6 @@ * *************************************************************/ - - #define __RSC #ifndef UUI_IDS_HRC
