[Libreoffice-commits] core.git: sw/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Aug 29 09:31:55 UTC 2020


 sw/qa/core/data/html/pass/kde141510-1.html |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 977c1ff1864e3dad1d22e2908e52d47bf6069b0f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Aug 28 12:57:12 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Aug 29 11:31:08 2020 +0200

    Fix typo in code
    
    It passed "make check" on Linux
    
    Change-Id: I229b9354794b90cd7ad65fa54ecf50eea4983532
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101603
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/sw/qa/core/data/html/pass/kde141510-1.html b/sw/qa/core/data/html/pass/kde141510-1.html
index 588bbe1e9b9a..a6aff52d81df 100644
--- a/sw/qa/core/data/html/pass/kde141510-1.html
+++ b/sw/qa/core/data/html/pass/kde141510-1.html
@@ -164,11 +164,11 @@ arrOnlineSpecialWithTrim[3] = new OnlineSpecialObjectWithTrim(0,'','', '', '', '
 arrOnlineSpecial[4] = new OnlineSpecialObject(0,'','', '', '', '','','','',''); 
 arrOnlineSpecialWithTrim[4] = new OnlineSpecialObjectWithTrim(0,'','', '', '', '','','','','',''); 
 
- var PreviosPageExist =true;
+ var PreviousPageExist =true;
 
  var NextPageExist =false;
 
- var PreviosPageNo =0;
+ var PreviousPageNo =0;
 
  var NextPageNo =0;
 
@@ -639,12 +639,12 @@ urchinTracker();
 		var d1=document.getElementById('DataNotFound2');
 		d1.style.display='none';
 				
-		 if(PreviosPageExist == true)
+		 if(PreviousPageExist == true)
 		{
 			var d1=document.getElementById('HrefForPreviousPage');
-			d1.href="onlinenewcar.jsp?currentPage="+PreviosPageNo;
+			d1.href="onlinenewcar.jsp?currentPage="+PreviousPageNo;
 			var d1=document.getElementById('HrefForPreviousPage2');
-			d1.href="onlinenewcar.jsp?currentPage="+PreviosPageNo;
+			d1.href="onlinenewcar.jsp?currentPage="+PreviousPageNo;
 		}
 		else
 		{


More information about the Libreoffice-commits mailing list