wizards/source/access2base/DoCmd.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 980f6b505844ffa29d3b78e0abeeb781ed12d57d
Author: Jean-Pierre Ledure <j...@ledure.be>
Date:   Fri May 16 15:05:49 2014 +0200

    Access2Base typo
    
    Change-Id: Id5161f2b8e8132c2a8b68073b233137db3fe74b1
    Reviewed-on: https://gerrit.libreoffice.org/9373
    Reviewed-by: Lionel Elie Mamane <lio...@mamane.lu>
    Tested-by: Lionel Elie Mamane <lio...@mamane.lu>

diff --git a/wizards/source/access2base/DoCmd.xba 
b/wizards/source/access2base/DoCmd.xba
index b3098a1..22e3ef7 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to