dbertoni    00/11/21 14:48:40

  Modified:    c/src/XSLT XSLTEngineImpl.cpp
  Log:
  Removed extraneous const.
  
  Revision  Changes    Path
  1.71      +1 -1      xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
  
  Index: XSLTEngineImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- XSLTEngineImpl.cpp        2000/11/21 21:10:24     1.70
  +++ XSLTEngineImpl.cpp        2000/11/21 22:48:38     1.71
  @@ -2565,7 +2565,7 @@
                                                                                
{
                                                                                
        // Proper close of attribute template.
                                                                                
        // Evaluate the expression.
  -                                                                             
        const XObjectPtr const  xobj =
  +                                                                             
        const XObjectPtr        xobj =
                                                                                
                evalXPathStr(expression, contextNode, namespaceContext, 
executionContext);
   
                                                                                
        const XalanDOMString                    exprResult(xobj->str());
  
  
  

Reply via email to