Issue 115546 - [non-pro] Assertion "failed to load image" in Formula-editing mode
Summary: [non-pro] Assertion "failed to load image" in Formula-editing mode
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: DEV300m92
Hardware: All All
: P3 Trivial (vote)
Target Milestone: 3.4.0
Assignee: michael.ruess
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-11 22:08 UTC by Regina Henschel
Modified: 2011-03-10 11:22 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 Regina Henschel 2010-11-11 22:08:52 UTC
Take a Writer or Calc document.
Start inserting a formula for example via icon.
In formula editing mode click on menu "Format" so that it opens the drop-down
list. Then move mouse to the right to "Tools".
I get the error:
Error: ImageAryData::Load: failed to load image
'res/commandimagelist/sc_importformula.png'
From File C:/DEV300m92/vcl/source/gdi/image.cxx at Line 561

After clicking "No" in the Error window OOo freezes and has to be killed via
task manager.
Comment 1 michael.ruess 2010-11-12 06:53:10 UTC
"Formula Editor" component is our Math engine ;-)

The assertion comes from vcl. PL, could you please have a look; it seems that an
menu icon could not be loaded. In the pro-build, everything seems fine.
Comment 2 philipp.lohmann 2010-11-16 17:33:22 UTC
That assertion means that there is no image for the "Import Formula..." menu
item which should have been at
default_images/res/commandimagelist/sc_importformula.png

I don't know whether it existed before of how it could have gone missing; the
path name is constructed from the UNO command URL of the menuitem in
framework/source/uiconfiguration/imagemanagerimpl.cxx.

The missing file would need to be fixed by math or perhaps framework.
Comment 3 philipp.lohmann 2010-11-16 17:35:37 UTC
reassign to Mr. Math
Comment 4 thomas.lange 2010-11-17 09:23:35 UTC
.
Comment 5 thomas.lange 2010-11-23 10:30:34 UTC
Fixed in CWS tl84.

Files changed:
M officecfg\registry\data\org\openoffice\Office\UI\MathCommands.xcu
Comment 6 thomas.lange 2010-12-10 09:44:32 UTC
TL->MRU: Please verify. Thanks!
Comment 7 michael.ruess 2010-12-20 13:00:32 UTC
Fixed in tl84.
Comment 8 michael.ruess 2011-03-10 11:22:58 UTC
Checked in DEV300m102 non-pro.