wizards/source/access2base/Module.xba | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
New commits: commit 8e794c95c48d7c7fbfffebb9cd99f8d49dcf4735 Author: Andrea Gelmini <andrea.gelm...@gelma.net> Date: Sat May 5 22:08:19 2018 +0200 Fix missing newline Change-Id: Ib57478c008b733bde6e9480e80ec59142a107861 Reviewed-on: https://gerrit.libreoffice.org/53889 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/access2base/Module.xba b/wizards/source/access2base/Module.xba index b26ba837936c..21d69fe8de8b 100644 --- a/wizards/source/access2base/Module.xba +++ b/wizards/source/access2base/Module.xba @@ -225,7 +225,8 @@ REM ---------------------------------------------------------------------------- Public Function Properties(ByVal Optional pvIndex As Variant) As Variant ' Return ' a Collection object if pvIndex absent -' a Property object otherwiseREM ----------------------------------------------------------------------------------------------------------------------- +' a Property object otherwise +REM ----------------------------------------------------------------------------------------------------------------------- Const cstThisSub = "Module.Properties" @@ -366,7 +367,8 @@ End Function ' Find REM ----------------------------------------------------------------------------------------------------------------------- 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" @@ -717,4 +719,4 @@ Error_Function: End Function ' _PropertyGet -</script:module> \ No newline at end of file +</script:module> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits