Issue 52318 - non-existent help pages
Summary: non-existent help pages
Status: CLOSED FIXED
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: pavel
QA Contact: issues@documentation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 11:54 UTC by pavel
Modified: 2006-12-06 11:18 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-07-22 11:54:19 UTC
Hi,

the tree files contains links to non-existent files:

pavel@paveljanik:~/.ooo/ooo_SRC680_m120_src/helpcontent2/source> for i in `cat
auxiliary/*tree|grep "<topic id="|sed 's#<topic id=\"##'|sed
's#".*##'|sort|uniq|sed 's#.*/text/#text/#'`; do ls -l $i >/dev/null; done
/bin/ls: text/shared/explorer/database/04000001.xhp: No such file or directory
/bin/ls: text/shared/explorer/database/04010000.xhp: No such file or directory
pavel@paveljanik:~/.ooo/ooo_SRC680_m120_src/helpcontent2/source> 

pavel@paveljanik:~/.ooo/ooo_SRC680_m120_src/helpcontent2/source> egrep -r
"database/04000001.xhp|database/04010000.xhp" auxiliary
auxiliary/shared.tree:<topic
id="shared/text/shared/explorer/database/04000001.xhp">Form Context Menus</topic>
auxiliary/shared.tree:<topic
id="shared/text/shared/explorer/database/04010000.xhp">New Form</topic>

These two lines should be removed or changed or whatever.
Comment 1 pavel 2005-07-22 11:55:19 UTC
this should be fixed for 2.0, because localised versions contain English topic
names and also the primary problem persists: the target page is not in the help
at all.
Comment 2 Uwe Fischer 2005-07-22 12:35:22 UTC
double to #i49254#

*** This issue has been marked as a duplicate of 49254 ***
Comment 3 pavel 2005-07-22 14:27:44 UTC
reopening, #i49254# is post-2.0. We definitely have to fix this for 2.0.
Comment 4 pavel 2005-07-22 14:28:27 UTC
I'll delete these two lines.
Comment 5 pavel 2005-07-22 15:14:56 UTC
.
Comment 6 pavel 2005-07-29 11:04:32 UTC
Fixed in pj32.
Comment 7 pavel 2005-08-04 06:08:07 UTC
Verified in my local build.
Comment 8 pavel 2006-12-06 11:18:30 UTC
.