[Libreoffice-commits] core.git: wizards/source

Jean-Pierre Ledure jp at ledure.be
Fri May 16 09:56:39 PDT 2014


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

New commits:
commit 980f6b505844ffa29d3b78e0abeeb781ed12d57d
Author: Jean-Pierre Ledure <jp at 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 <lionel at mamane.lu>
    Tested-by: Lionel Elie Mamane <lionel at 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


More information about the Libreoffice-commits mailing list