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/30 14:21:10 UTC

[openoffice] 02/06: Update calendar_gregorian.cxx (#123)

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

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

commit 9c5a96dc7e1656ff67a97844ce499e4df82ca60f
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 fcf68ca..3fbd324 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)