diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-12 17:56:42 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-27 10:02:06 +0200 |
commit | 16e15bd404e0042aaceba3bd2ed75ac6fe333922 (patch) | |
tree | e2956f8a5ab4f73f4265dc9ca2bc9461118f3c3f /wizards/source | |
parent | ca5f5d6c9f297e926662424e1546e92b41c83eaf (diff) |
Fix typo
Change-Id: I309ce0b4aade85a510836be0d04bf66c916a464a
Reviewed-on: https://gerrit.libreoffice.org/75507
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/access2base/L10N.xba | 2 | ||||
-rw-r--r-- | wizards/source/access2base/Utils.xba | 6 | ||||
-rw-r--r-- | wizards/source/depot/Lang_it.xba | 2 | ||||
-rw-r--r-- | wizards/source/euro/Writer.xba | 2 | ||||
-rw-r--r-- | wizards/source/importwizard/FilesModul.xba | 2 | ||||
-rw-r--r-- | wizards/source/tutorials/TutorialsDialog.xdl | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/wizards/source/access2base/L10N.xba b/wizards/source/access2base/L10N.xba index ef11f6f3ef4d..22a65e243178 100644 --- a/wizards/source/access2base/L10N.xba +++ b/wizards/source/access2base/L10N.xba @@ -537,4 +537,4 @@ Dim oLocale as Object _GetLocale = oLocale.getByName("ooLocale") End Function ' GetLocale V0.8.9 -</script:module>
\ No newline at end of file +</script:module> diff --git a/wizards/source/access2base/Utils.xba b/wizards/source/access2base/Utils.xba index 65221aba3007..52ab91a7db58 100644 --- a/wizards/source/access2base/Utils.xba +++ b/wizards/source/access2base/Utils.xba @@ -209,7 +209,7 @@ End Function ' CStr V0.9.5 REM ----------------------------------------------------------------------------------------------------------------------- Public Function _CVar(ByRef psArg As String, ByVal Optional pbStrDate As Boolean) As Variant -' psArg is presumed an output of _CStr (stored in the mean time in a text file f.i.) +' psArg is presumed an output of _CStr (stored in the meantime in a text file f.i.) ' _CVar returns the corresponding original variant variable or Null/Nothing if not possible ' Return values may of types Array, Long, Double, Date, Boolean, String, Null or Empty ' pbStrDate = True keeps dates as strings @@ -1027,7 +1027,7 @@ Dim oEvents As Object, sEvent As String, sEventName As String, oEvent As Object _RegisterDialogEventScript = False If Not _hasUNOMethod(poObject, "getEvents") Then Exit Function -' Remove existing event, if any, than store new script code +' Remove existing event, if any, then store new script code Set oEvents = poObject.getEvents() sEvent = Utils._GetEventName(psEvent) sEventName = "com.sun.star.awt." & psListener & "::" & sEvent @@ -1356,4 +1356,4 @@ Private Function _UTF8Encode(ByVal psChar As String) As String End Function ' _UTF8Encode V1.4.0 -</script:module>
\ No newline at end of file +</script:module> diff --git a/wizards/source/depot/Lang_it.xba b/wizards/source/depot/Lang_it.xba index 063b0e2051dd..a8d21bf257fc 100644 --- a/wizards/source/depot/Lang_it.xba +++ b/wizards/source/depot/Lang_it.xba @@ -172,4 +172,4 @@ Sub LoadItalianLanguage() .cmdCancel.Label = sCancel End With End Sub -</script:module>
\ No newline at end of file +</script:module> diff --git a/wizards/source/euro/Writer.xba b/wizards/source/euro/Writer.xba index d747b46d2324..bf89135bcdb5 100644 --- a/wizards/source/euro/Writer.xba +++ b/wizards/source/euro/Writer.xba @@ -31,7 +31,7 @@ Dim oCell as Object While oParagraphs.HasMoreElements oPara = oParagraphs.NextElement If NOT oPara.supportsService("com.sun.star.text.Paragraph") Then - ' Note: As cells might be splitted or merged + ' Note: As cells might be split or merged ' you cannot refer to them via their indices sCellNames = oPara.CellNames For i = 0 To Ubound(sCellNames) diff --git a/wizards/source/importwizard/FilesModul.xba b/wizards/source/importwizard/FilesModul.xba index 31a4cbc03b3c..cfac77dfe6cd 100644 --- a/wizards/source/importwizard/FilesModul.xba +++ b/wizards/source/importwizard/FilesModul.xba @@ -356,7 +356,7 @@ Dim sPrevMimeTypeorExtension as String Elseif iGeneralOverwrite = SBOVERWRITENEVER Then bDoSave = False ElseIf ((iGeneralOverWrite = SBOVERWRITEQUERY) OR (iGeneralOverwrite = SBOVERWRITECANCEL)) Then - ' Todo: According to AS there might come a new feature that storeasUrl could possibly rise a UI dialog. + ' Todo: According to AS there might come a new feature that storeasUrl could possibly rise a UI dialog. ' In this case my own UI becomes obsolete sCurFileExists = ReplaceString(sFileExists, ConvertFromUrl(sTargetUrl), "<1>") sCurFileExists = ReplaceString(sCurFileExists, chr(13), "<CR>") diff --git a/wizards/source/tutorials/TutorialsDialog.xdl b/wizards/source/tutorials/TutorialsDialog.xdl index 8a7363f27576..f8a2ee2115c2 100644 --- a/wizards/source/tutorials/TutorialsDialog.xdl +++ b/wizards/source/tutorials/TutorialsDialog.xdl @@ -25,7 +25,7 @@ <dlg:button dlg:id="CommandButton" dlg:tab-index="3" dlg:left="232" dlg:top="4" dlg:width="13" dlg:height="13" dlg:value="C"> <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Tutorials.Functions.Minimize?language=Basic&location=application" script:language="Script"/> </dlg:button> - <dlg:text dlg:id="myText" dlg:tab-index="4" dlg:left="91" dlg:top="26" dlg:width="153" dlg:height="145" dlg:value="This text explains all the action items that the user can do to follow the current step highlighted in the road map at the left side of the tutorial window.

1. Open the Format menu
2. Choose the Paragraph command
3. Click the Numbering tab

The first step will always explain what the current tutorial is about.

The last step - it is higjlighted currently in the road map - will summarize what the user now has seen or learned." dlg:multiline="true"/> + <dlg:text dlg:id="myText" dlg:tab-index="4" dlg:left="91" dlg:top="26" dlg:width="153" dlg:height="145" dlg:value="This text explains all the action items that the user can do to follow the current step highlighted in the road map at the left side of the tutorial window.

1. Open the Format menu
2. Choose the Paragraph command
3. Click the Numbering tab

The first step will always explain what the current tutorial is about.

The last step - it is highlighted currently in the road map - will summarize what the user now has seen or learned." dlg:multiline="true"/> <dlg:button dlg:id="show" dlg:tab-index="1" dlg:left="142" dlg:top="180" dlg:width="50" dlg:height="14" dlg:value="Show me"> <script:event script:event-name="on-performaction" script:macro-name="vnd.sun.star.script:Tutorials.Functions.Show?language=Basic&location=application" script:language="Script"/> </dlg:button> |