https://bugs.documentfoundation.org/show_bug.cgi?id=168936
Jean-Pierre Ledure <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Jean-Pierre Ledure <[email protected]> --- I disagree with this change. The commands - .uno:Rect - .uno:Rect?FillTransparence:short=50&FillColor:string=COL_GRAY7 &LineStyle:short=0 &IsSticky:bool=true &ShapeName:string=RectangleRedactionShape are, technically the same command, indeed. However they are related to distinct menu and/or toolbar commands. See the corresponding XCU file: 2544 <node oor:name=".uno:Rect" oor:op="replace"> 2545 <prop oor:name="Label" oor:type="xs:string"> 2546 <value xml:lang="en-US">Rectangle</value> 2547 </prop> 2548 <prop oor:name="TooltipLabel" oor:type="xs:string"> 2549 <value xml:lang="en-US">Insert Rectangle</value> 2550 </prop> 2551 <prop oor:name="Properties" oor:type="xs:int"> 2552 <value>1</value> 2553 </prop> 2554 </node> 2555 <node oor:name=".uno:Rect?FillTransparence:short=50&FillColor:string=COL_GRAY7&LineStyle:short=0&IsSticky:bool=true&ShapeName:string=RectangleRedactionShape" oor:op="replace"> 2556 <prop oor:name="Label" oor:type="xs:string"> 2557 <value xml:lang="en-US">Rectangle</value> 2558 </prop> 2559 <prop oor:name="TooltipLabel" oor:type="xs:string"> 2560 <value xml:lang="en-US">Rectangle Redaction</value> 2561 </prop> 2562 <prop oor:name="Properties" oor:type="xs:int"> 2563 <value>1</value> 2564 </prop> 2565 </node> and, in particular the respective TooltipLabels. They do not mean the same thing. Inserting a new rectangle is different from "removing sensitive information from a document so that it may be distributed to a broader audience" (Wikipedia definition of "Redaction"). The second command also inserts a rectangle however with well-defined properties. I recommend to keep the few - at a first look - redundant commands in the list. Thanks for reading. -- You are receiving this mail because: You are the assignee for the bug.
