This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push: new 2d1d3dc Update calendar_gregorian.cxx (#123) 2d1d3dc is described below commit 2d1d3dced4c5807160b07c866f3fd25353ef4da2 Author: Matthias Seidel <msei...@apache.org> AuthorDate: Fri Mar 5 22:15:39 2021 +0100 Update calendar_gregorian.cxx (#123) --- 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)