summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Module.xba
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2018-05-08 09:49:14 +0200
committerJean-Pierre Ledure <jp@ledure.be>2018-05-08 09:49:14 +0200
commit00f45dcf550a5ebdeb087f84eb489123fbee35f6 (patch)
tree8c613b99a0d6f821702735c3755999d2eb38e45b /wizards/source/access2base/Module.xba
parent137ec9e3185bc19884e8fc1a56151c8892b0c52e (diff)
Access2Base - Remove useless trailing blank lines
Keep exactly 1 line feed at the end of each Basic module
Diffstat (limited to 'wizards/source/access2base/Module.xba')
-rw-r--r--wizards/source/access2base/Module.xba7
1 files changed, 1 insertions, 6 deletions
diff --git a/wizards/source/access2base/Module.xba b/wizards/source/access2base/Module.xba
index 21d69fe8de8b..bbada620466a 100644
--- a/wizards/source/access2base/Module.xba
+++ b/wizards/source/access2base/Module.xba
@@ -226,8 +226,6 @@ Public Function Properties(ByVal Optional pvIndex As Variant) As Variant
&apos; Return
&apos; a Collection object if pvIndex absent
&apos; a Property object otherwise
-REM -----------------------------------------------------------------------------------------------------------------------
-
Const cstThisSub = &quot;Module.Properties&quot;
Utils._SetCalledSub(cstThisSub)
@@ -368,8 +366,6 @@ End Function &apos; Find
REM -----------------------------------------------------------------------------------------------------------------------
Public Function getProperty(Optional ByVal pvProperty As Variant) As Variant
&apos; Return property value of psProperty property name
-REM -----------------------------------------------------------------------------------------------------------------------
-
Const cstThisSub = &quot;Module.Properties&quot;
@@ -718,5 +714,4 @@ Error_Function:
GoTo Exit_Function
End Function &apos; _PropertyGet
-
-</script:module>
+</script:module> \ No newline at end of file