From 0286f76b84478a38b252a39a4e33e51339286bcd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 10 Aug 2019 22:43:18 +0200 Subject: Fix typos Change-Id: I7e6f758649b57840a764ca6d9bab47951b07c573 Reviewed-on: https://gerrit.libreoffice.org/77253 Tested-by: Jenkins Reviewed-by: Julien Nabet --- reportdesign/qa/complex/reportdesign/ReportDesignerTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reportdesign/qa') 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 _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) -- cgit