You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2021/03/05 21:17:28 UTC

[openoffice] branch AOO42X updated: Update calendar_gregorian.cxx (#123)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new a098220  Update calendar_gregorian.cxx (#123)
a098220 is described below

commit a098220ce15d1041e1152a5f56d8aa31b7240735
Author: Matthias Seidel <ms...@apache.org>
AuthorDate: Fri Mar 5 22:15:39 2021 +0100

    Update calendar_gregorian.cxx (#123)
    
    (cherry picked from commit 2d1d3dced4c5807160b07c866f3fd25353ef4da2)
---
 main/i18npool/source/calendar/calendar_gregorian.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main/i18npool/source/calendar/calendar_gregorian.cxx b/main/i18npool/source/calendar/calendar_gregorian.cxx
index 36c4245..b39bd5a 100644
--- a/main/i18npool/source/calendar/calendar_gregorian.cxx
+++ b/main/i18npool/source/calendar/calendar_gregorian.cxx
@@ -133,9 +133,9 @@ Calendar_gregorian::Calendar_gregorian()
 {
     init(NULL);
 }
-Calendar_gregorian::Calendar_gregorian(Era *_earArray)
+Calendar_gregorian::Calendar_gregorian(Era *_eraArray)
 {
-    init(_earArray);
+    init(_eraArray);
 }
 void SAL_CALL
 Calendar_gregorian::init(Era *_eraArray)