Created attachment 178971 [details] draw dialog load master page Steps: 1. Open Draw 2. Open the dialog via Page - Master Page... - Button load... 3. Dialog appears with the title "Load Master Slide" Version: 7.3.1.3 (x64) / LibreOffice Community Build ID: a69ca51ded25f3eefd52d7bf9a5fad8c90b87951 CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: threaded
Load Master Slide is STR_LOAD_PRESENTATION_LAYOUT in sd/inc/strings.hrc Commit that did a similar change: https://git.libreoffice.org/core/commit/5bc12e114fec50274580005647345a5392741ded Other instances I noticed are "Rename Master Slide", STR_TITLE_RENAMEMASTER, which you can see in Draw by: 1. View - Master 2. Right-click a page in the page pane and select Rename Master Change Slide Master... in the same context menu, the string for which is found in officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu This opens a dialog called Available Master Slides, the string for which is found in sd/uiconfig/simpress/ui/slidedesigndialog.ui The same dialog also has a label Select a Slide Design the string for which is found in sd/uiconfig/simpress/ui/slidedesigndialog.ui
Start working on this
Baole Fang committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/0a90b90048313fb43f8c5d7461f58dafec276600 tdf#148088: Fix master related UI in Draw It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Baole, thanks for fixing this. OK in Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 9a4b768b0a22bd3ae627c7355bbd223b9cf65015 CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded Was not ok in Version: 7.5.3.2 (X86_64) / LibreOffice Community Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3 CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded