Some fixes of pr 538

fix -Wreturn-type
homogenous naming style
use official spelling of B-spline
This commit is contained in:
wmayer
2017-02-21 13:30:43 +01:00
parent 5133a874ad
commit f2dc8c5d31
10 changed files with 284 additions and 245 deletions

View File

@@ -2897,7 +2897,7 @@ private:
currentgeoid++;
Gui::Command::doCommand(Gui::Command::Doc,
"App.ActiveDocument.%s.ExposeInternalGeometry(%d)",
"App.ActiveDocument.%s.exposeInternalGeometry(%d)",
sketchgui->getObject()->getNameInDocument(),
currentgeoid);
}
@@ -3325,7 +3325,7 @@ public:
currentgeoid++;
Gui::Command::doCommand(Gui::Command::Doc,
"App.ActiveDocument.%s.ExposeInternalGeometry(%d)",
"App.ActiveDocument.%s.exposeInternalGeometry(%d)",
sketchgui->getObject()->getNameInDocument(),
currentgeoid);
}
@@ -3718,7 +3718,7 @@ public:
currentgeoid++;
Gui::Command::doCommand(Gui::Command::Doc,
"App.ActiveDocument.%s.ExposeInternalGeometry(%d)",
"App.ActiveDocument.%s.exposeInternalGeometry(%d)",
sketchgui->getObject()->getNameInDocument(),
currentgeoid);
@@ -4071,7 +4071,7 @@ public:
currentgeoid++;
Gui::Command::doCommand(Gui::Command::Doc,
"App.ActiveDocument.%s.ExposeInternalGeometry(%d)",
"App.ActiveDocument.%s.exposeInternalGeometry(%d)",
sketchgui->getObject()->getNameInDocument(),
currentgeoid);