Hello Bert,
It seems to me, that up to now there are scattered around. Some are in
shared/text/shared/explorer/database and some are in text/shared/guide.
This macro shows you which file is used for a help page:
sub adresse_hilfeseite()
elemente = StarDesktop.getComponents().createEnumeration()
Do While elemente.HasMoreElements
aktuell = elemente.NextElement()
If HasUnoInterfaces( aktuell, "com.sun.star.frame.XModel" ) Then
If aktuell.hasLocation() AND LEFT(aktuell.GetLocation,17)
="vnd.sun.star.help" Then
InputBox ("", "Adresse der Hilfeseite", aktuell.GetLocation)
end if
end if
Loop
End Sub
(from "if" to "then" is 1 line, you must delete the line break)
I found that the English help refers to the old UI so often, that I
stopped to correct the German translation.
kind regards
Regina
Bert Meersma schrieb:
Hi Thomas,
Thanks for your reply. I already did a checkout of helpcontent2, but I
couldn't find OOo base files in it. So I guess they must be somewhere
else, but I can't find where...
Bert
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]