sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx |    2 +-
 wizards/source/sfwidgets/SF_Menu.xba          |    8 ++++----
 wizards/source/sfwidgets/SF_MenuListener.xba  |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit c067552caa38882b250279c1f9475a5537c4333f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Dec 3 16:00:51 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Dec 6 20:25:48 2021 +0100

    Fix typos
    
    Change-Id: I16d59aa3a3f17764a848428a2e6b206dc57a480a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126325
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
index 610820c40f33..3d53d52125ae 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx
@@ -775,7 +775,7 @@ DECLARE_OOXMLEXPORT_TEST( testSdtDatePicker, 
"test_sdt_datepicker.docx" )
     // Check that roundtrip for date picker field does not lose essential data
     xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml");
     if (!pXmlDoc)
-       return; // initial import, no futher checks
+       return; // initial import, no further checks
 
     // Placeholder is here
     OUString sDocPart = getXPath(pXmlDoc, 
"/w:document/w:body/w:p/w:sdt/w:sdtPr/w:placeholder/w:docPart", "val");
diff --git a/wizards/source/sfwidgets/SF_Menu.xba 
b/wizards/source/sfwidgets/SF_Menu.xba
index 308e959d1cee..d9f0bde0358a 100644
--- a/wizards/source/sfwidgets/SF_Menu.xba
+++ b/wizards/source/sfwidgets/SF_Menu.xba
@@ -64,7 +64,7 @@ Option Explicit
 &apos;&apos;&apos;                             End With
 &apos;&apos;&apos;
 &apos;&apos;&apos;             Service invocation:
-&apos;&apos;&apos;                     Dim ui As ObjectoDoc As Object, myMenu 
As Object
+&apos;&apos;&apos;                     Dim ui As Object, oDoc As Object, 
myMenu As Object
 &apos;&apos;&apos;                             Set ui = 
CreateScriptService(&quot;UI&quot;)
 &apos;&apos;&apos;                             Set oDoc = 
ui.GetDocument(ThisComponent)
 &apos;&apos;&apos;                             Set myMenu = 
oDoc.CreateMenu(&quot;My own menu&quot;)
@@ -178,7 +178,7 @@ Public Function AddCheckBox(Optional ByVal MenuItem As 
Variant _
 &apos;&apos;&apos;                             - the menu header
 &apos;&apos;&apos;                             - the name of the clicked menu 
item
 &apos;&apos;&apos;                             - the numeric identifier of the 
clicked menu item
-&apos;&apos;&apos;                             - &quot;1&quot; when the status 
is &quot;checked&quot;, otherwide &quot;0&quot;
+&apos;&apos;&apos;                             - &quot;1&quot; when the status 
is &quot;checked&quot;, otherwise &quot;0&quot;
 &apos;&apos;&apos;             Arguments Command and Script are mutually 
exclusive.
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             The numeric identification of the newly 
inserted item
@@ -340,7 +340,7 @@ Public Function AddRadioButton(Optional ByVal MenuItem As 
Variant _
 &apos;&apos;&apos;                             - the menu header
 &apos;&apos;&apos;                             - the name of the clicked menu 
item
 &apos;&apos;&apos;                             - the numeric identifier of 
theclicked menu item
-&apos;&apos;&apos;                             - &quot;1&quot; when the status 
is &quot;checked&quot;, otherwide &quot;0&quot;
+&apos;&apos;&apos;                             - &quot;1&quot; when the status 
is &quot;checked&quot;, otherwise &quot;0&quot;
 &apos;&apos;&apos;             Arguments Command and Script are mutually 
exclusive.
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             The numeric identification of the newly 
inserted item
@@ -587,4 +587,4 @@ Private Function _Repr() As String
 End Function   &apos;  SFWidgets.SF_Menu._Repr
 
 REM ============================================ END OF SFWIDGETS.SF_MENU
-</script:module>
\ No newline at end of file
+</script:module>
diff --git a/wizards/source/sfwidgets/SF_MenuListener.xba 
b/wizards/source/sfwidgets/SF_MenuListener.xba
index 0b1f2b6fd0e5..462816cba4f5 100644
--- a/wizards/source/sfwidgets/SF_MenuListener.xba
+++ b/wizards/source/sfwidgets/SF_MenuListener.xba
@@ -82,7 +82,7 @@ Try:
        oMenu = poEvent.Source
 
        With oMenu
-               &apos;  Collect command (script or menu command) and status 
radiobttons and checkboxes
+               &apos;  Collect command (script or menu command) and status 
radiobuttons and checkboxes
                sCommand = .getCommand(iMenuId)
                bStatus = .isItemChecked(iMenuId)
        End With
@@ -125,4 +125,4 @@ Sub _SFMENU_disposing(Optional poEvent As Object)           
        &apos;  com.sun.star.awt.Menu
 End Sub                        &apos;  
SFWidgets.SF_MenuListener._SFMENU_disposing
 
 REM ============================================ END OF 
SFDIALOGS.SF_DIALOGLISTENER
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to