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 15:17:31 UTC

[openoffice] branch Pilot-Pirx-patch-1 created (now 1a047b4)

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

mseidel pushed a change to branch Pilot-Pirx-patch-1
in repository https://gitbox.apache.org/repos/asf/openoffice.git.


      at 1a047b4  Update calendar_gregorian.cxx

This branch includes the following new commits:

     new 1a047b4  Update calendar_gregorian.cxx

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openoffice] 01/01: Update calendar_gregorian.cxx

Posted by ms...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch Pilot-Pirx-patch-1
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit 1a047b41ac663a0fc8515a6d7fab385f76ee05c7
Author: Matthias Seidel <ms...@apache.org>
AuthorDate: Fri Mar 5 16:17:22 2021 +0100

    Update calendar_gregorian.cxx
---
 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)