X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_ExportFeature.cpp;h=407887dbce81cf2c0a194d64600a48fc6501dcb0;hb=f6bd0f4e080b833c0de7ef25822ebee641073445;hp=02b31988bc8193e0de6245ee6ef8bbbb1cc6519b;hpb=593c34845f7ee41dbcfd66ac8304be6c16c55191;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp index 02b31988b..407887dbc 100644 --- a/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp +++ b/src/ExchangePlugin/ExchangePlugin_ExportFeature.cpp @@ -54,6 +54,8 @@ #include #include +#include + #include #include #include @@ -301,7 +303,7 @@ void ExchangePlugin_ExportFeature::exportXAO(const std::string& theFileName) msg += e.what(); msg += "\n"; msg += "=> skipping this group from XAO export."; - setError(msg); + Events_InfoMessage("ExportFeature", msg, this).send(); aXao.removeGroup(aXaoGroup); } } @@ -396,7 +398,7 @@ void ExchangePlugin_ExportFeature::exportXAO(const std::string& theFileName) msg += e.what(); msg += "\n"; msg += "=> skipping this field from XAO export."; - setError(msg); + Events_InfoMessage("ExportFeature", msg, this).send(); aXao.removeField(aXaoField); } }