Salome HOME
Issue #355 Delete: elements of sketch and constraints
[modules/shaper.git] / src / Config / Config_Common.cpp
index 2da152dccd3c9ea4271fb4066786e624f68c62af..9c4df7f57c539174f1496979685e7d8b48c113e9 100644 (file)
@@ -128,6 +128,11 @@ std::string getProperty(xmlNodePtr theNode, const char* thePropName)
   return result;\r
 }\r
 \r
+std::string getNormalizedProperty(xmlNodePtr theNode, const char* thePropName)\r
+{\r
+  return normalize(getProperty(theNode, thePropName));\r
+}\r
+\r
 bool getBooleanAttribute(xmlNodePtr theNode, const char* theAttributeName, bool theDefault)\r
 {\r
   std::string prop = normalize(getProperty(theNode, theAttributeName));\r