You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/10/26 03:08:21 UTC

cvs commit: xml-xalan/c/src/XSLT XSLTProcessorEnvSupportDefault.cpp

dbertoni    2002/10/25 18:08:21

  Modified:    c/src/XSLT XSLTProcessorEnvSupportDefault.cpp
  Log:
  Removed unnecessary string copy.
  
  Revision  Changes    Path
  1.28      +1 -1      xml-xalan/c/src/XSLT/XSLTProcessorEnvSupportDefault.cpp
  
  Index: XSLTProcessorEnvSupportDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTProcessorEnvSupportDefault.cpp,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- XSLTProcessorEnvSupportDefault.cpp	11 Sep 2002 21:19:48 -0000	1.27
  +++ XSLTProcessorEnvSupportDefault.cpp	26 Oct 2002 01:08:21 -0000	1.28
  @@ -183,7 +183,7 @@
   			URISupport::getURLFromString(urlString, base);
   
   		// $$$ ToDo: Explicit XalanDOMString constructor
  -		const XalanDOMString	urlText(XalanDOMString(xslURL->getURLText()));
  +		const XalanDOMString	urlText(xslURL->getURLText());
   
   		// First see if it's already been parsed...
   		XalanDocument*		theDocument =
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org