X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFiltersPlugin%2FFiltersPlugin_OppositeToEdge.cpp;fp=src%2FFiltersPlugin%2FFiltersPlugin_OppositeToEdge.cpp;h=6e0e0d8a3ee2e4dd93886964f990dd0123c5de1d;hb=d4230889a1c3107f165746d0e73fc276444a4396;hp=b2cc86a6c85e17f649f7cec75aa6425ccfc14dbd;hpb=a47af7109078eea1a585d1f10a176f16ab838b87;p=modules%2Fshaper.git diff --git a/src/FiltersPlugin/FiltersPlugin_OppositeToEdge.cpp b/src/FiltersPlugin/FiltersPlugin_OppositeToEdge.cpp index b2cc86a6c..6e0e0d8a3 100644 --- a/src/FiltersPlugin/FiltersPlugin_OppositeToEdge.cpp +++ b/src/FiltersPlugin/FiltersPlugin_OppositeToEdge.cpp @@ -143,20 +143,9 @@ bool FiltersPlugin_OppositeToEdge::isOk(const GeomShapePtr& theShape, const Resu return myCachedShapes.find(theShape) != myCachedShapes.end(); } -static std::string XMLRepresentation = -"" -" " -" " -" " -""; - - std::string FiltersPlugin_OppositeToEdge::xmlRepresentation() const { - return XMLRepresentation; + return xmlFromFile("filter-OppositeToEdge.xml"); } void FiltersPlugin_OppositeToEdge::initAttributes(ModelAPI_FiltersArgs& theArguments)