summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-05 22:08:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-05-06 09:30:13 +0200
commit8e794c95c48d7c7fbfffebb9cd99f8d49dcf4735 (patch)
tree0874056deb303d4f2b11c796a5ff27baec59075b /wizards
parentdbf70dff8eefd18b1f757afcd07d1a0c830c4e3a (diff)
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>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/access2base/Module.xba8
1 files changed, 5 insertions, 3 deletions
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
&apos; Return
&apos; a Collection object if pvIndex absent
-&apos; a Property object otherwiseREM -----------------------------------------------------------------------------------------------------------------------
+&apos; a Property object otherwise
+REM -----------------------------------------------------------------------------------------------------------------------
Const cstThisSub = &quot;Module.Properties&quot;
@@ -366,7 +367,8 @@ End Function &apos; Find
REM -----------------------------------------------------------------------------------------------------------------------
Public Function getProperty(Optional ByVal pvProperty As Variant) As Variant
-&apos; Return property value of psProperty property nameREM -----------------------------------------------------------------------------------------------------------------------
+&apos; Return property value of psProperty property name
+REM -----------------------------------------------------------------------------------------------------------------------
Const cstThisSub = &quot;Module.Properties&quot;
@@ -717,4 +719,4 @@ Error_Function:
End Function &apos; _PropertyGet
-</script:module> \ No newline at end of file
+</script:module>