Issue 45973 - help: no images, only placeholders
Summary: help: no images, only placeholders
Status: CLOSED DUPLICATE of issue 45410
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@documentation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 20:12 UTC by pavel
Modified: 2005-03-29 06:37 UTC (History)
1 user (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 pavel 2005-03-24 20:12:23 UTC
Images do not work in m87, m88. Confirmed with m88/cs on GNU/Linux with my own
builds and on m87/en-US by st on Windows XP.
Comment 1 pavel 2005-03-24 20:13:20 UTC
set target to 2.0
Comment 2 pavel 2005-03-24 20:26:20 UTC
I can confirm that it works in m86 in my builds and it does not in m87.

Integrated cwses in m87 were: ause019, bsport, configure7, gcj3, libpath,
localedata3, mav17, sysuirpmfix and toolbars4.

-> The suspect is mav17.
Comment 3 pavel 2005-03-24 20:49:43 UTC
After copying the following libs from m86 to m87, images work:

oo@oo:/tmp/SRC680_m87/program> ls -al|grep "Mar 24"
-rwxr-xr-x    1 oo       users      372640 Mar 24 21:54 libpackage2.so
-rwxr-xr-x    1 oo       users     3458100 Mar 24 21:55 libsfx680li.so
-rwxr-xr-x    1 oo       users    10616180 Mar 24 21:56 libsvx680li.so
-rwxr-xr-x    1 oo       users     9267000 Mar 24 21:55 libsw680li.so
oo@oo:/tmp/SRC680_m87/program> 
Comment 4 pavel 2005-03-24 21:31:50 UTC
I have identified the bug.

It comes from Sun-internal cws maybeb. After reverting this change, it works again:

pavel@pavel:~/.ooo/ooo_SRC680_m88_src/svx/source/svxlink> cvs diff -kk -r 1.14
-r 1.15 fileobj.cxx
Index: fileobj.cxx
===================================================================
RCS file: /cvs/graphics/svx/source/svxlink/fileobj.cxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fileobj.cxx 18 Jan 2005 15:01:38 -0000      1.14
+++ fileobj.cxx 15 Mar 2005 10:08:51 -0000      1.15
@@ -393,7 +393,13 @@
 
        // z.Z. nur auf die aktuelle DocShell
        xMed = new SfxMedium( sFileNm, STREAM_STD_READ, TRUE );
-       // Keinen Eintrag im Roter Button Menu
+    SvLinkSource::StreamToLoadFrom aStreamToLoadFrom = 
+        getStreamToLoadFrom();
+    xMed->setStreamToLoadFrom(
+        aStreamToLoadFrom.m_xInputStreamToLoadFrom,
+        aStreamToLoadFrom.m_bIsReadOnly);
+       // setStreamToLoadFrom(0,0);
+    // Keinen Eintrag im Roter Button Menu
        xMed->SetDontCreateCancellable();
        if( sReferer.Len() )
                xMed->SetReferer( sReferer );

abi: what is the purpose of this fix?
Comment 5 carsten.driesner 2005-03-29 06:34:24 UTC
cd->pjanik: Duplicate see 45410.
Comment 6 carsten.driesner 2005-03-29 06:34:53 UTC
cd: Duplicate.

*** This issue has been marked as a duplicate of 45410 ***
Comment 7 carsten.driesner 2005-03-29 06:35:59 UTC
cd: Fixed in cws fwkfinal5.
Comment 8 pavel 2005-03-29 06:37:35 UTC
OK, closing.