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

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


The following commit(s) were added to refs/heads/Pilot-Pirx-grep by this push:
     new c12d9cd560 Minor change to commentregarding fgrep
c12d9cd560 is described below

commit c12d9cd560750d3c11cc7dc704138b37bfba5869
Author: mseidel <msei...@apache.org>
AuthorDate: Sun Mar 12 21:28:44 2023 +0100

    Minor change to commentregarding fgrep
---
 main/unotools/source/misc/fontcvt.cxx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/main/unotools/source/misc/fontcvt.cxx 
b/main/unotools/source/misc/fontcvt.cxx
index 0d852e3ae8..e8df045c49 100644
--- a/main/unotools/source/misc/fontcvt.cxx
+++ b/main/unotools/source/misc/fontcvt.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.
- * 
+ *
  *************************************************************/
 
 
@@ -1398,7 +1398,7 @@ struct RecodeTable { const char* pOrgName; ConvertChar 
aCvt;};
 static RecodeTable aRecodeTable[] =
 {
     // the first two entries must be StarMath and StarBats; do not reorder!
-    // reason: fgrep for FONTTOSUBSFONT_ONLYOLDSOSYMBOLFONTS
+    // reason: grep -F for FONTTOSUBSFONT_ONLYOLDSOSYMBOLFONTS
     {"starbats",        {aStarBatsTab,  "StarSymbol", NULL}},
     {"starmath",        {aStarMathTab,  "StarSymbol", NULL}},
 

Reply via email to