Issue 51759 - wrong icon in menu tools for insert formula
Summary: wrong icon in menu tools for insert formula
Status: CLOSED FIXED
Alias: None
Product: Math
Classification: Application
Component: ui (show other issues)
Version: OOo 2.0
Hardware: PC Windows XP
: P4 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-09 15:07 UTC by Regina Henschel
Modified: 2024-02-16 19:08 UTC (History)
4 users (show)

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


Attachments
in versions: 3.3.0, 3.4.0 and 4.1.15 (425.81 KB, image/png)
2024-02-15 16:54 UTC, Czesław Wolański
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Regina Henschel 2005-07-09 15:07:32 UTC
I use OOo 1.9.113
In module Math in menu Tools the entry "Insert Formula" has a wrong icon. Now it
is ".uno:InsertFormula" but it should be ".uno:InsertMath". The
".uno:InsertFormula"-icon is related to calculations in writer-tables.
Comment 1 michael.ruess 2005-07-11 10:23:06 UTC
MRU->ES: please have a look. Thanks!
Comment 2 eric.savary 2005-07-11 10:28:46 UTC
tlES->TL:as described. Regression -> OOo 2.0.2 
Comment 3 thomas.lange 2005-07-11 11:35:34 UTC
To be sure I asked CD about this.

There is no problem at all.
The icon is fine (if only by chance) and the slot is functioning as it should.
Since the name can only be changed incompatible this would be too much trouble also.

The only thing that may be changed is that no icon gets displayed.
This can be done by changing
officecfg/registry/data/org/openoffice/Office/UI/MathCommands.xml
where there are lines like

<node oor:name=".uno:InsertFormula" oor:op="replace">
        <prop oor:name="Label" oor:type="xs:string">
                <value xml:lang="de">~Formel importieren...</value>
                <value xml:lang="en-US">~Import Formula...</value>
        </prop>
        <prop oor:name="Properties" oor:type="xs:int">
                <value>1</value>
        </prop>
</node>

The three lines with "Properties" should be removed. That will get rid of the icon.


Adding ES to cc.

Changing target to OOo Later since it seems of no great use too add a new file
to the productpatches just for removing an icon.
Comment 4 Regina Henschel 2005-07-12 13:49:38 UTC
It's my fault, summary and description are not precise.
I refer to the menu entry Tools -> Import formula... That is the entry with the
helpid 30314. I now found that also InsertMath-Icon would be wrong. I looked
through the icons and found, that there is no icon provided for this helpid.
Shall I paint some? In addition it is not worth to make such changes as you
described for such a tiny error.
Comment 5 thomas.lange 2005-07-12 13:58:02 UTC
No need to paint one.
Especially since if you paint a different one and that ought to be displayed the
incompatible change we don't like to do would be required since basically the
problem of sharing the slot id's by accident is that the same icon is used.

Thus the choice is only to leave everything as it is or disable the display of
the icon as mentioned before.
Comment 6 Czesław Wolański 2024-02-15 16:53:19 UTC
Status (cf. the attachment):

- up to and including 3.3.0
  wrong icon, the command: .uno:InsertFormula

- as of 3.4.0
  no icon, the command: .uno:ImportFormula


I believe the issue can be closed accordingly.
Comment 7 Czesław Wolański 2024-02-15 16:54:45 UTC
Created attachment 87225 [details]
in versions: 3.3.0, 3.4.0 and 4.1.15