Bug 105464 - Wrong question in presentation & draw
Summary: Wrong question in presentation & draw
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.2.2.2 release
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: needsDevEval
Depends on:
Blocks: Dialog
  Show dependency treegraph
 
Reported: 2017-01-21 11:58 UTC by Pourrabi
Modified: 2023-10-03 14:11 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Impress (147.91 KB, image/png)
2017-01-21 12:01 UTC, Pourrabi
Details
Draw (166.07 KB, image/png)
2017-01-21 12:02 UTC, Pourrabi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pourrabi 2017-01-21 11:58:51 UTC
Hello
When there is a slide in presentation program or when there is a page in draw program & in this status if be asked to insert an image into page question will be “Background settings for all pages?”
Comment 1 Pourrabi 2017-01-21 12:01:36 UTC
Created attachment 130594 [details]
Impress
Comment 2 Pourrabi 2017-01-21 12:02:09 UTC
Created attachment 130595 [details]
Draw
Comment 3 V Stuart Foote 2017-01-21 17:54:04 UTC
Not a bug.

Both Impress and Draw simply use the same dialog.

The .uno:SelectBackground action is assigned to buttons "Set Background Image..."

In Impress from the main menu's Slide menu, and the context menu for an active slide or slide master.

In Draw it is used on the Page context menu, and is basis for the new "Insert image" button on the Page content panel of the Sidebar.

The command could probably be duplicated to have unique strings, but as is with much of the sd module it is simply reused.

Maybe an easy hack?


=-ref-=
http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu#1441

http://opengrok.libreoffice.org/xref/core/sd/source/ui/app/strings.src#1009