Issue 117625 - Event bindings can't be removed
Summary: Event bindings can't be removed
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: DEV300m103
Hardware: PC Windows NT
: P3 Normal (vote)
Target Milestone: 3.4.0
Assignee: Frank Schönheit
QA Contact: issues@framework
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2011-03-31 10:45 UTC by Mathias_Bauer
Modified: 2017-05-20 10:32 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Mathias_Bauer 2011-03-31 10:45:39 UTC
tools - customize - events
Configure a macro event binding
close dialog
reopen dialog
try to remove the event binding -> doesn't work

reason:

sfx2/source/notify/eventsupplier.cxx

SfxEvents_Impl::replacebyName does not accept empty Sequence<PropertyValue> anymore, it treats that as an illegal argument

In a non-pro version you get tons of assertions for this as usually all bindings will be set in the dialog at once.
Comment 1 Oliver Brinzing 2011-03-31 13:50:47 UTC
.
Comment 2 Frank Schönheit 2011-04-01 07:17:25 UTC
fixed in CWS fs34c
Comment 3 Oliver-Rainer Wittmann 2012-06-13 12:26:29 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.
Comment 4 Li Feng Wang 2012-06-20 05:53:30 UTC
can work with AOO r1351567 (BuildBot)