Access2Base - Remove useless trailing blank lines
Keep exactly 1 line feed at the end of each Basic module
This commit is contained in:
@@ -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>
|
@@ -423,4 +423,5 @@ Error_Function:
|
||||
_PropertyGet = Nothing
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertyGet
|
||||
|
||||
</script:module>
|
@@ -380,4 +380,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -330,4 +330,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -45,4 +45,5 @@ Exit_Sub:
|
||||
Utils._ResetCalledSub("DebugPrint")
|
||||
Exit Sub
|
||||
End Sub ' DebugPrint V0.9.5
|
||||
|
||||
</script:module>
|
@@ -2488,4 +2488,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet V1.1.0
|
||||
|
||||
</script:module>
|
@@ -577,4 +577,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -1860,4 +1860,5 @@ Const cstSingleQuote = "'"
|
||||
_ReplaceSquareBrackets = Trim(Join(vSubStrings, cstSingleQuote))
|
||||
|
||||
End Function ' ReplaceSquareBrackets V1.1.0
|
||||
|
||||
</script:module>
|
@@ -800,4 +800,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -2650,4 +2650,5 @@ Dim oShell As Object
|
||||
oShell.execute(sCommand, "" , com.sun.star.system.SystemShellExecuteFlags.DEFAULTS)
|
||||
|
||||
End Sub ' _ShellExecute V0.8.5
|
||||
|
||||
</script:module>
|
@@ -493,4 +493,5 @@ Error_Function:
|
||||
_PropertyGet = EMPTY
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertyGet V1.1.0
|
||||
|
||||
</script:module>
|
@@ -914,4 +914,5 @@ Error_Function:
|
||||
TraceError(TRACEABORT, Err, _CalledSub, Erl)
|
||||
GoTo Exit_Function
|
||||
End Function ' WriteAll
|
||||
|
||||
</script:module>
|
@@ -1112,4 +1112,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -536,5 +536,4 @@ Dim oLocale as Object
|
||||
_GetLocale = oLocale.getByName("ooLocale")
|
||||
End Function ' GetLocale V0.8.9
|
||||
|
||||
|
||||
</script:module>
|
@@ -294,4 +294,5 @@ Error_Function:
|
||||
TraceError(TRACEABORT, Err,"_OptionGroup", Erl)
|
||||
GoTo Exit_Function
|
||||
End Function ' _OptionGroup V1.1.0
|
||||
|
||||
</script:module>
|
@@ -226,8 +226,6 @@ Public Function Properties(ByVal Optional pvIndex As Variant) As Variant
|
||||
' Return
|
||||
' a Collection object if pvIndex absent
|
||||
' a Property object otherwise
|
||||
REM -----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Const cstThisSub = "Module.Properties"
|
||||
Utils._SetCalledSub(cstThisSub)
|
||||
@@ -368,8 +366,6 @@ End Function ' Find
|
||||
REM -----------------------------------------------------------------------------------------------------------------------
|
||||
Public Function getProperty(Optional ByVal pvProperty As Variant) As Variant
|
||||
' Return property value of psProperty property name
|
||||
REM -----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Const cstThisSub = "Module.Properties"
|
||||
|
||||
@@ -718,5 +714,4 @@ Error_Function:
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertyGet
|
||||
|
||||
|
||||
</script:module>
|
||||
</script:module>
|
@@ -303,4 +303,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -1212,4 +1212,5 @@ Exit_Function:
|
||||
Set _PropertiesList = vPropertiesList
|
||||
Exit Function
|
||||
End Function ' PropertiesList V0.9.0
|
||||
|
||||
</script:module>
|
@@ -590,4 +590,5 @@ Error_Function:
|
||||
TraceError(TRACEABORT, Err, "_setProperty", Erl)
|
||||
GoTo Exit_Function
|
||||
End Function ' _setProperty V0.9.1
|
||||
|
||||
</script:module>
|
@@ -144,5 +144,4 @@ Error_Function:
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertyGet
|
||||
|
||||
|
||||
</script:module>
|
@@ -1261,4 +1261,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -284,4 +284,5 @@ Trace_Error:
|
||||
TraceError(TRACEABORT, ERRDBNOTCONNECTED, Utils._CalledSub(), 0, 1)
|
||||
Goto Exit_Function
|
||||
End Function ' _CurrentDb
|
||||
|
||||
</script:module>
|
@@ -745,4 +745,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -188,4 +188,5 @@ Error_Function:
|
||||
_PropertySet = False
|
||||
GoTo Exit_Function
|
||||
End Function ' _PropertySet
|
||||
|
||||
</script:module>
|
@@ -326,4 +326,5 @@ Const cstEqualArray = " = (", cstEqual = " = "
|
||||
_StrToPropValues = vResult
|
||||
|
||||
End Function
|
||||
|
||||
</script:module>
|
@@ -1295,5 +1295,4 @@ Private Function _UTF8Encode(ByVal psChar As String) As String
|
||||
|
||||
End Function ' _UTF8Encode V1.4.0
|
||||
|
||||
|
||||
</script:module>
|
Reference in New Issue
Block a user