diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 16:57:18 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-10-04 20:27:30 +0200 |
commit | ad7b757a25d90e995606947ee639d5b620c267a2 (patch) | |
tree | de1a80f3bf6db7378f9853ba86f2d2b1047a96ed /wizards | |
parent | 6489f97fc428446c53c17f885963776cdcc21490 (diff) |
'ist' -> 'is' here and there.
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/euro/Common.xba | 4 | ||||
-rw-r--r-- | wizards/source/importwizard/Main.xba | 2 | ||||
-rw-r--r-- | wizards/source/tools/Misc.xba | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/wizards/source/euro/Common.xba b/wizards/source/euro/Common.xba index 8de005ba25f6..94a8b198bb61 100644 --- a/wizards/source/euro/Common.xba +++ b/wizards/source/euro/Common.xba @@ -160,7 +160,7 @@ Dim oFormatofObject() as Object Exit Function End If If FieldinArray(CurrSymbolList(),2,oFormatofObject.CurrencySymbol) Then - ' If the Currencysymbol of the object ist the one needed, then check the Currency extension + ' If the Currencysymbol of the object is the one needed, then check the Currency extension sFormatCurrExt = oFormatofObject.CurrencyExtension If FieldInList(CurExtension(),2,sFormatCurrExt) Then @@ -286,4 +286,4 @@ Sub EndStatusLine() DialogModel.ProgressBar.ProgressValue = 100 End If End Sub -</script:module>
\ No newline at end of file +</script:module> diff --git a/wizards/source/importwizard/Main.xba b/wizards/source/importwizard/Main.xba index 37475a05045e..46be949f88a0 100644 --- a/wizards/source/importwizard/Main.xba +++ b/wizards/source/importwizard/Main.xba @@ -26,7 +26,7 @@ Public ImportDialogArea as Object Public oFactoryKey as Object Public bShowLogFile as Boolean -' If the ProgressPage ist already on Top The Dialog will be immediately closed when this flag is +' If the ProgressPage is already on Top The Dialog will be immediately closed when this flag is ' set to False Public bConversionIsRunning as Boolean Public RetValue as Integer diff --git a/wizards/source/tools/Misc.xba b/wizards/source/tools/Misc.xba index c789892aef3e..94b9c3047206 100644 --- a/wizards/source/tools/Misc.xba +++ b/wizards/source/tools/Misc.xba @@ -141,7 +141,7 @@ End Function Function OpenDocument(DocPath as String, Args(), Optional bDisposable as Boolean) Dim oComponents as Object Dim oComponent as Object - ' Search if one of the active Components ist the one that you search for + ' Search if one of the active Components is the one that you search for oComponents = StarDesktop.Components.CreateEnumeration While oComponents.HasmoreElements oComponent = oComponents.NextElement @@ -165,7 +165,7 @@ End Function Function TaskonDesktop(DocPath as String) as Boolean Dim oComponents as Object Dim oComponent as Object - ' Search if one of the active Components ist the one that you search for + ' Search if one of the active Components is the one that you search for oComponents = StarDesktop.Components.CreateEnumeration While oComponents.HasmoreElements oComponent = oComponents.NextElement |