Issue 38683 - en Help: Wrong description for Or operator
Summary: en Help: Wrong description for Or operator
Status: CLOSED FIXED
Alias: None
Product: documentation
Classification: Unclassified
Component: Online help (show other issues)
Version: current
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: joerg.skottke
QA Contact: issues@documentation
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 20:36 UTC by kasey
Modified: 2005-06-24 11:02 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 kasey 2004-12-08 20:36:14 UTC
The following change is necessary in /text/sbasic/shared/03060500.xhp:

"vOut = (vB > vD Or vB > vA) REM -1"
->
"vOut = (vB > vD Or vB > vA) REM 0"
Comment 1 derekd 2004-12-29 12:38:27 UTC
reassigning
Comment 2 frank.thomas.peters 2005-01-03 09:11:22 UTC
FPE->UFI: If the existing example is wrong we need to change that for 2.0
Comment 3 Uwe Fischer 2005-01-03 15:04:12 UTC
changed text\sbasic\shared\03060500.xhp
Comment 4 frank.thomas.peters 2005-02-02 17:15:19 UTC
Reset status to set target
Comment 5 frank.thomas.peters 2005-02-02 17:16:07 UTC
clearing resolution to reset target
Comment 6 frank.thomas.peters 2005-02-02 17:17:56 UTC
Reset target
Comment 7 frank.thomas.peters 2005-02-21 13:09:49 UTC
reset resolution to fixed
Comment 8 Uwe Fischer 2005-02-22 09:14:59 UTC
please verify the example in the Basic OR RTL function is correct now. CWS hc680pb2

re-open issue and try to reassign to jsk@openoffice.org
Comment 9 Uwe Fischer 2005-02-22 09:15:10 UTC
try to reassign to jsk@openoffice.org
Comment 10 Uwe Fischer 2005-02-22 09:15:16 UTC
try to reset resolution to FIXED
Comment 11 marc.neumann 2005-03-08 10:08:32 UTC
verified in cws hc680pb2

Bye Marc
Comment 12 joerg.skottke 2005-05-03 13:54:12 UTC
Hi Derek, 

all examples now read REM -1 at the end. But if i look at the description,
everything should 0, right?
Comment 13 joerg.skottke 2005-05-03 13:55:11 UTC
jsk: i used a german office. Should make no difference.
Comment 14 Uwe Fischer 2005-05-03 15:00:56 UTC
UFI->JSK: Please test the example macro text as it is now in the english master
build only, then close if OK:

Sub ExampleOr
Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant
Dim vOut as Variant
vA = 10: vB = 8: vC = 6: vD = Null
vOut = vA > vB Or vB > vC REM -1
print vOut
vOut = vB > vA Or vB > vC REM -1
print vOut
vOut = vA > vB Or vB > vD REM -1
print vOut
vOut = (vB > vD Or vB > vA) REM 0
print vOut
vOut = vB Or vA REM 10
print vOut
End Sub

If another language does not give the same example, please send the info and
issue to translation@openoffice.org - this would better be a different issue
setting to fixed again
Comment 15 Uwe Fischer 2005-05-03 15:01:40 UTC
owner set again

re-open issue and reassign to jsk@openoffice.org
Comment 16 Uwe Fischer 2005-05-03 15:01:45 UTC
reassign to jsk@openoffice.org
Comment 17 Uwe Fischer 2005-05-03 15:01:50 UTC
reset resolution to FIXED
Comment 18 joerg.skottke 2005-06-24 11:02:12 UTC
verify
Comment 19 joerg.skottke 2005-06-24 11:02:42 UTC
close