fix whitespaces

This commit is contained in:
wmayer
2016-08-25 12:27:08 +02:00
parent c90da8e5fb
commit 46adbae952
4 changed files with 277 additions and 277 deletions

View File

@@ -715,7 +715,7 @@ bool TaskDlgPipeParameters::accept()
//the user has to decide which option we should take if external references are used
PartDesign::Pipe* pcPipe = static_cast<PartDesign::Pipe*>(getPipeView()->getObject());
auto pcActiveBody = PartDesignGui::getBodyFor(pcPipe, false);
auto pcActivePart = PartDesignGui::getPartFor(pcActiveBody, false);
//auto pcActivePart = PartDesignGui::getPartFor(pcActiveBody, false);
std::vector<App::DocumentObject*> copies;
bool ext = false;