This is an automated email from the ASF dual-hosted git repository. mechtilde 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 cf24b92 Rename Report Builder cf24b92 is described below commit cf24b926062ffc1c1f288d1f0b956a75fec764b5 Author: Mechtilde <o...@mechtilde.de> AuthorDate: Tue Nov 24 14:38:10 2020 +0100 Rename Report Builder --- main/dbaccess/source/ext/macromigration/migrationlog.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/dbaccess/source/ext/macromigration/migrationlog.cxx b/main/dbaccess/source/ext/macromigration/migrationlog.cxx index dce5b49..a2775a8 100644 --- a/main/dbaccess/source/ext/macromigration/migrationlog.cxx +++ b/main/dbaccess/source/ext/macromigration/migrationlog.cxx @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -368,7 +368,7 @@ namespace dbmm break; case ERR_NEW_STYLE_REPORT: - pAsciiErrorDescription = "#doc# could not be processed, since you don't have the Oracle Report Builder (TM) extension installed."; + pAsciiErrorDescription = "#doc# could not be processed, since you don't have the Report Builder (TM) extension installed."; aAsciiParameterNames.push_back( "#doc#" ); break;