summaryrefslogtreecommitdiffstats
path: root/wizards/source/depot
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-10-30 12:04:11 +0100
committerMichael Stahl <mstahl@redhat.com>2014-10-30 17:16:02 +0000
commit0c0e3e7539f683548e93616a30af8ac90c9abad0 (patch)
tree530ba0642a63a454cc04b0db372445bf6c665413 /wizards/source/depot
parentfdo#39468 Translate German Comments - sc/source/filter/{lotus,starcalc,xml} (diff)
downloadcore-0c0e3e7539f683548e93616a30af8ac90c9abad0.tar.gz
core-0c0e3e7539f683548e93616a30af8ac90c9abad0.zip
Fixed typos. No automatic tools (sed, and so on).
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f Reviewed-on: https://gerrit.libreoffice.org/12150 Reviewed-by: Bryan Quigley <gquigs@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'wizards/source/depot')
-rw-r--r--wizards/source/depot/tools.xba6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/source/depot/tools.xba b/wizards/source/depot/tools.xba
index c1d581246318..daadf498899b 100644
--- a/wizards/source/depot/tools.xba
+++ b/wizards/source/depot/tools.xba
@@ -138,7 +138,7 @@ End Sub
&apos; Updates the cell with the CurrentValue after checking if the
-&apos; Newdate is later than the one that is refered to in the annotation
+&apos; Newdate is later than the one that is referred to in the annotation
&apos; of the cell
Sub InsertCurrentValue(CurValue as Double, iRow as Integer, Newdate as Date)
Dim oCell as Object
@@ -207,11 +207,11 @@ Dim iLastRow as Integer
End Function
-Function CheckDocLocale(LocLanguage as String, LocCountry as String)
+Function CheckDocLocale(LocLanguage as String, LocCountry as String)
Dim bIsDocLanguage as Boolean
Dim bIsDocCountry as Boolean
bIsDocLanguage = Instr(1, LocLanguage, sDocLanguage, SBBINARY) &lt;&gt; 0
bIsDocCountry = Instr(1, LocCountry, sDocCountry, SBBINARY) &lt;&gt; 0 OR SDocCountry = &quot;&quot;
CheckDocLocale = (bIsDocLanguage And bIsDocCountry)
End Function
-</script:module> \ No newline at end of file
+</script:module>