Fix missing newline
Change-Id: Ib57478c008b733bde6e9480e80ec59142a107861 Reviewed-on: https://gerrit.libreoffice.org/53889 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
dbf70dff8e
commit
8e794c95c4
@@ -225,7 +225,8 @@ REM ----------------------------------------------------------------------------
|
|||||||
Public Function Properties(ByVal Optional pvIndex As Variant) As Variant
|
Public Function Properties(ByVal Optional pvIndex As Variant) As Variant
|
||||||
' Return
|
' Return
|
||||||
' a Collection object if pvIndex absent
|
' a Collection object if pvIndex absent
|
||||||
' a Property object otherwiseREM -----------------------------------------------------------------------------------------------------------------------
|
' a Property object otherwise
|
||||||
|
REM -----------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Const cstThisSub = "Module.Properties"
|
Const cstThisSub = "Module.Properties"
|
||||||
@@ -366,7 +367,8 @@ End Function ' Find
|
|||||||
|
|
||||||
REM -----------------------------------------------------------------------------------------------------------------------
|
REM -----------------------------------------------------------------------------------------------------------------------
|
||||||
Public Function getProperty(Optional ByVal pvProperty As Variant) As Variant
|
Public Function getProperty(Optional ByVal pvProperty As Variant) As Variant
|
||||||
' Return property value of psProperty property nameREM -----------------------------------------------------------------------------------------------------------------------
|
' Return property value of psProperty property name
|
||||||
|
REM -----------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Const cstThisSub = "Module.Properties"
|
Const cstThisSub = "Module.Properties"
|
||||||
@@ -717,4 +719,4 @@ Error_Function:
|
|||||||
End Function ' _PropertyGet
|
End Function ' _PropertyGet
|
||||||
|
|
||||||
|
|
||||||
</script:module>
|
</script:module>
|
||||||
|
Reference in New Issue
Block a user