Access2Base - Remove useless trailing blank lines

Keep exactly 1 line feed at the end of each Basic module
This commit is contained in:
Jean-Pierre Ledure
2018-05-08 09:49:14 +02:00
parent 137ec9e318
commit 00f45dcf55
26 changed files with 23 additions and 9 deletions

View File

@@ -1638,4 +1638,5 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean)
If IsEmpty(_A2B_) Or pbForce Then _A2B_ = New Root_
End Sub ' _RootInit V1.1.0
</script:module>

View File

@@ -423,4 +423,5 @@ Error_Function:
_PropertyGet = Nothing
GoTo Exit_Function
End Function &apos; _PropertyGet
</script:module>

View File

@@ -380,4 +380,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -330,4 +330,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -45,4 +45,5 @@ Exit_Sub:
Utils._ResetCalledSub(&quot;DebugPrint&quot;)
Exit Sub
End Sub &apos; DebugPrint V0.9.5
</script:module>

View File

@@ -2488,4 +2488,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet V1.1.0
</script:module>

View File

@@ -577,4 +577,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -1860,4 +1860,5 @@ Const cstSingleQuote = &quot;&apos;&quot;
_ReplaceSquareBrackets = Trim(Join(vSubStrings, cstSingleQuote))
End Function &apos; ReplaceSquareBrackets V1.1.0
</script:module>

View File

@@ -800,4 +800,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -2650,4 +2650,5 @@ Dim oShell As Object
oShell.execute(sCommand, &quot;&quot; , com.sun.star.system.SystemShellExecuteFlags.DEFAULTS)
End Sub &apos; _ShellExecute V0.8.5
</script:module>

View File

@@ -493,4 +493,5 @@ Error_Function:
_PropertyGet = EMPTY
GoTo Exit_Function
End Function &apos; _PropertyGet V1.1.0
</script:module>

View File

@@ -914,4 +914,5 @@ Error_Function:
TraceError(TRACEABORT, Err, _CalledSub, Erl)
GoTo Exit_Function
End Function &apos; WriteAll
</script:module>

View File

@@ -1112,4 +1112,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -536,5 +536,4 @@ Dim oLocale as Object
_GetLocale = oLocale.getByName(&quot;ooLocale&quot;)
End Function &apos; GetLocale V0.8.9
</script:module>

View File

@@ -294,4 +294,5 @@ Error_Function:
TraceError(TRACEABORT, Err,&quot;_OptionGroup&quot;, Erl)
GoTo Exit_Function
End Function &apos; _OptionGroup V1.1.0
</script:module>

View File

@@ -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>

View File

@@ -303,4 +303,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -1212,4 +1212,5 @@ Exit_Function:
Set _PropertiesList = vPropertiesList
Exit Function
End Function &apos; PropertiesList V0.9.0
</script:module>

View File

@@ -590,4 +590,5 @@ Error_Function:
TraceError(TRACEABORT, Err, &quot;_setProperty&quot;, Erl)
GoTo Exit_Function
End Function &apos; _setProperty V0.9.1
</script:module>

View File

@@ -144,5 +144,4 @@ Error_Function:
GoTo Exit_Function
End Function &apos; _PropertyGet
</script:module>

View File

@@ -1261,4 +1261,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -284,4 +284,5 @@ Trace_Error:
TraceError(TRACEABORT, ERRDBNOTCONNECTED, Utils._CalledSub(), 0, 1)
Goto Exit_Function
End Function &apos; _CurrentDb
</script:module>

View File

@@ -745,4 +745,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -188,4 +188,5 @@ Error_Function:
_PropertySet = False
GoTo Exit_Function
End Function &apos; _PropertySet
</script:module>

View File

@@ -326,4 +326,5 @@ Const cstEqualArray = &quot; = (&quot;, cstEqual = &quot; = &quot;
_StrToPropValues = vResult
End Function
</script:module>

View File

@@ -1295,5 +1295,4 @@ Private Function _UTF8Encode(ByVal psChar As String) As String
End Function &apos; _UTF8Encode V1.4.0
</script:module>