summaryrefslogtreecommitdiffstats
path: root/reportdesign/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 22:43:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:38:47 +0200
commit0286f76b84478a38b252a39a4e33e51339286bcd (patch)
tree4ed7d8f268fe05efd0c007b996dc958e1fb25ea7 /reportdesign/qa
parentFix typos (diff)
downloadcore-0286f76b84478a38b252a39a4e33e51339286bcd.tar.gz
core-0286f76b84478a38b252a39a4e33e51339286bcd.zip
Fix typos
Change-Id: I7e6f758649b57840a764ca6d9bab47951b07c573 Reviewed-on: https://gerrit.libreoffice.org/77253 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'reportdesign/qa')
-rw-r--r--reportdesign/qa/complex/reportdesign/ReportDesignerTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
index fef462031b69..3db6eafd7aa1 100644
--- a/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
+++ b/reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
@@ -95,11 +95,11 @@ class PropertySetHelper
class PropertyHelper
{
/**
- Create a PropertyValue[] from a ArrayList
+ Create a PropertyValue[] from an ArrayList
*/
public static PropertyValue[] createPropertyValueArrayFormArrayList(ArrayList<PropertyValue> _aPropertyList)
{
- // copy the whole PropertyValue List to an PropertyValue Array
+ // copy the whole PropertyValue List to a PropertyValue Array
PropertyValue[] aSaveProperties = null;
if (_aPropertyList == null)