Bug 136594 - Remove .uno:DistributeSelection command
Summary: Remove .uno:DistributeSelection command
Status: RESOLVED INVALID
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: sdk (show other bugs)
Version:
(earliest affected)
7.1.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: Heiko Tietze
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillCpp, topicCleanup
Depends on: 97918
Blocks:
  Show dependency treegraph
 
Reported: 2020-09-09 06:34 UTC by Heiko Tietze
Modified: 2020-09-18 07:15 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiko Tietze 2020-09-09 06:34:20 UTC
In order to solve bug 97918 new UNO commands were introduced in version 7.1 making the distribution dialog obsolete. It should be removed with version 7.2.

Some code pointers:

include/svx/svxids.hrc
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
sd/sdi/_drvwsh.sdi
sd/source/ui/view/drviews2.cxx
sd/source/ui/view/drviewsj.cxx
svx/sdi/svx.sdi
svx/source/svdraw/svdedtv2.cxx
cui/uiconfig/ui/distributionpage.ui
icon-themes/*/svx/res/dsth_*.png
Comment 1 Buovjaga 2020-09-18 05:45:55 UTC
Yikes, Heiko: never use deletionrequest for anything other than spam! You risked this valid report being removed from Bugzilla completely!
Comment 2 Heiko Tietze 2020-09-18 07:15:45 UTC
done with bug 97918 (we kept the command but bend it to the dropdown)