X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangeAPI%2FExchangeAPI_Export.cpp;h=3f6b9fec692501976533e46002a511134a1007e3;hb=87c14e55cdd112e3b9d76f89fd048862256a96d1;hp=f0daad8f1b16df396c718931927aaa6980238697;hpb=423c10234142d14d0d5de89383f2f96a4ec5930f;p=modules%2Fshaper.git diff --git a/src/ExchangeAPI/ExchangeAPI_Export.cpp b/src/ExchangeAPI/ExchangeAPI_Export.cpp index f0daad8f1..3f6b9fec6 100644 --- a/src/ExchangeAPI/ExchangeAPI_Export.cpp +++ b/src/ExchangeAPI/ExchangeAPI_Export.cpp @@ -16,7 +16,6 @@ void exportToFile(const std::shared_ptr & thePart, const std::list & theSelectionList, const std::string & theFileFormat) { - // TODO(spo): check that thePart is not empty std::shared_ptr aFeature = thePart->addFeature(ExchangePlugin_ExportFeature::ID()); fillAttribute("Regular", aFeature->string(ExchangePlugin_ExportFeature::EXPORT_TYPE_ID())); @@ -32,7 +31,6 @@ void exportToXAO(const std::shared_ptr & thePart, const std::string & theAuthor, const std::string & theGeometryName) { - // TODO(spo): check that thePart is not empty std::shared_ptr aFeature = thePart->addFeature(ExchangePlugin_ExportFeature::ID()); fillAttribute("XAO", aFeature->string(ExchangePlugin_ExportFeature::EXPORT_TYPE_ID()));