diff --git a/src/Mod/TechDraw/App/DrawViewDimension.cpp b/src/Mod/TechDraw/App/DrawViewDimension.cpp index d31448d259..c7fed72f3f 100644 --- a/src/Mod/TechDraw/App/DrawViewDimension.cpp +++ b/src/Mod/TechDraw/App/DrawViewDimension.cpp @@ -792,7 +792,7 @@ std::string DrawViewDimension::formatValue(qreal value, QString qFormatSpec, int } // qUserString is the value + unit with default decimals, so extract the unit - // we cannot just use unit.getString() because this would convert '°' to 'deg' + // we cannot just use unit.getString() because this would convert '°' to 'deg' QRegExp rxUnits(QString::fromUtf8(" \\D*$")); // space + any non digits at end of string int pos = 0; if ((pos = rxUnits.indexIn(qUserString, 0)) != -1) { @@ -948,7 +948,7 @@ std::string DrawViewDimension::getFormattedDimensionValue(int partial) if ((Type.isValue("Angle")) || (Type.isValue("Angle3Pt"))) { result = labelText + unitText + QString::fromUtf8(" \xC2\xB1 ") + tolerance; } else { - // add the tolerance to the dimension using the ± sign + // add the tolerance to the dimension using the ± sign result = labelText + QString::fromUtf8(" \xC2\xB1 ") + tolerance; } if (partial == 2) { diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp index 1924d9b44f..f2ff3269fa 100644 --- a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp +++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (c) 2020 FreeCAD Developers * - * Author: Uwe Stöhr * + * Author: Uwe Stöhr * * Based on src/Mod/FEM/Gui/DlgSettingsFEMImp.cpp * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.h b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.h index 4704df7d18..a41ee54f44 100644 --- a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.h +++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawAnnotationImp.h @@ -1,6 +1,6 @@ /************************************************************************** * Copyright (c) 2020 FreeCAD Developers * - * Author: Uwe Stöhr * + * Author: Uwe Stöhr * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.cpp b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.cpp index 850ff0a8eb..a2b04f073a 100644 --- a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.cpp +++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (c) 2020 FreeCAD Developers * - * Author: Uwe Stöhr * + * Author: Uwe Stöhr * * Based on src/Mod/FEM/Gui/DlgSettingsFEMImp.cpp * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.h b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.h index 96cb1b656b..c6795f5e81 100644 --- a/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.h +++ b/src/Mod/TechDraw/Gui/DlgPrefsTechDrawColorsImp.h @@ -1,6 +1,6 @@ /************************************************************************** * Copyright (c) 2020 FreeCAD Developers * - * Author: Uwe Stöhr * + * Author: Uwe Stöhr * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/TechDraw/Gui/TaskDimension.cpp b/src/Mod/TechDraw/Gui/TaskDimension.cpp index 838795412f..337f1a8b6e 100644 --- a/src/Mod/TechDraw/Gui/TaskDimension.cpp +++ b/src/Mod/TechDraw/Gui/TaskDimension.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2021 Uwe Stöhr * + * Copyright (c) 2021 Uwe Stöhr * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/TechDraw/Gui/TaskHatch.cpp b/src/Mod/TechDraw/Gui/TaskHatch.cpp index 6286b3f8e1..a1b9234f79 100644 --- a/src/Mod/TechDraw/Gui/TaskHatch.cpp +++ b/src/Mod/TechDraw/Gui/TaskHatch.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (c) 2020 FreeCAD Developers * - * Author: Uwe Stöhr * + * Author: Uwe Stöhr * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/TechDraw/Gui/TaskHatch.h b/src/Mod/TechDraw/Gui/TaskHatch.h index 4a21ad2260..562797aa8c 100644 --- a/src/Mod/TechDraw/Gui/TaskHatch.h +++ b/src/Mod/TechDraw/Gui/TaskHatch.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (c) 2020 FreeCAD Developers * - * Author: Uwe Stöhr * + * Author: Uwe Stöhr * * * * This file is part of the FreeCAD CAx development system. * * *