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 <msei...@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)