diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-29 16:56:44 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-30 15:57:12 +0000 |
commit | 1a8915ef8302b13b781977209ae1fa41f5f659dc (patch) | |
tree | e9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /wizards/source/access2base | |
parent | f82e6424075cbc5f4a3766f5f6e28314c249f3f0 (diff) |
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e
Reviewed-on: https://gerrit.libreoffice.org/16582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'wizards/source/access2base')
-rw-r--r-- | wizards/source/access2base/UtilProperty.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/access2base/UtilProperty.xba b/wizards/source/access2base/UtilProperty.xba index b1530c1dec91..4f96ab8c9e85 100644 --- a/wizards/source/access2base/UtilProperty.xba +++ b/wizards/source/access2base/UtilProperty.xba @@ -156,7 +156,7 @@ Dim iNumProperties As Integer, i As Integer pvPropertyValuesArray(i) = pvPropertyValuesArray(i + 1) Next i EndIf - ' Redimension the array to have one feweer element. + ' Redimension the array to have one fewer element. Redim Preserve pvPropertyValuesArray(iNumProperties - 2) EndIf @@ -180,4 +180,4 @@ Dim sName As String, vValue As Variant _PropValuesToStr() = sResult End Function ' _PropValuesToStr V1.3.0 -</script:module>
\ No newline at end of file +</script:module> |