dbertoni    00/09/27 10:15:14

  Modified:    c/src/XSLT FunctionSystemProperty.cpp
  Log:
  Removed erroneous "using" declaration.
  
  Revision  Changes    Path
  1.10      +0 -4      xml-xalan/c/src/XSLT/FunctionSystemProperty.cpp
  
  Index: FunctionSystemProperty.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/FunctionSystemProperty.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FunctionSystemProperty.cpp        2000/09/27 16:39:50     1.9
  +++ FunctionSystemProperty.cpp        2000/09/27 17:15:13     1.10
  @@ -95,10 +95,6 @@
                        int                                                     
        /* opPos */,
                        const XObjectArgVectorType&             args)
   {
  -#if !defined(XALAN_NO_NAMESPACES)
  -     using std::string;
  -#endif
  -
        if (args.size() != 1)
        {
                executionContext.error("The system-property() function takes a 
single argument!", context);
  
  
  

Reply via email to