source/text/sbasic/shared/03080102.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f5dc5a9dc64efa25a9553a0bcc4f1c94b775a15a
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Dec 9 21:05:12 2022 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Fri Dec 9 23:08:02 2022 +0000

    Fix typo
    
    Change-Id: I859153f912a952e105e6d124fa85e7f81a702d83
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/143891
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/source/text/sbasic/shared/03080102.xhp 
b/source/text/sbasic/shared/03080102.xhp
index a1f827ad27..5a2ea0b912 100644
--- a/source/text/sbasic/shared/03080102.xhp
+++ b/source/text/sbasic/shared/03080102.xhp
@@ -65,7 +65,7 @@
 <paragraph id="par_idm1341559424" role="bascode" localize="false" 
xml-lang="en-US">Dim d1 As Double, dAngle As Double</paragraph>
 <paragraph id="par_id3144764" role="bascode" xml-lang="en-US">    d1 = 
InputBox("Enter the length of the adjacent side: ","Adjacent")</paragraph>
 <paragraph id="par_id3154491" role="bascode" xml-lang="en-US">    dAngle = 
InputBox("Enter the angle Alpha (in degrees): ","Alpha")</paragraph>
-<paragraph id="par_id3151074" role="bascode" xml-lang="en-US">    Print "The 
length of the hypothenuse is"; (d1 / cos (dAngle * Pi / 180))</paragraph>
+<paragraph id="par_id3151074" role="bascode" xml-lang="en-US">    Print "The 
length of the hypotenuse is"; (d1 / cos (dAngle * Pi / 180))</paragraph>
 <paragraph id="par_idm1341552832" role="bascode" localize="false" 
xml-lang="en-US">End Sub</paragraph>
 </bascode>
 

Reply via email to