summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2014-05-16 15:05:49 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2014-05-16 16:56:13 +0000
commit980f6b505844ffa29d3b78e0abeeb781ed12d57d (patch)
tree8ed447ecc984425b44b345fc1eb92df65e788d7f /wizards
parent6e60f1a69c87f5c443014f14027cca77a719586a (diff)
Access2Base typo
Change-Id: Id5161f2b8e8132c2a8b68073b233137db3fe74b1 Reviewed-on: https://gerrit.libreoffice.org/9373 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/DoCmd.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/DoCmd.xba b/wizards/source/access2base/DoCmd.xba
index b3098a1008d4..22e3ef775174 100644
--- a/wizards/source/access2base/DoCmd.xba
+++ b/wizards/source/access2base/DoCmd.xba
@@ -989,7 +989,7 @@ Dim sFilter As String, oForm As Object, oFormsCollection As Object
With ofForm
Select Case pvDataMode
Case acFormAdd
- .setAllowAdditions = True
+ .AllowAdditions = True
.AllowDeletions = False
.AllowEdits = False
Case acFormEdit