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...@locus.apache.org on 2000/02/18 21:33:47 UTC

cvs commit: xml-xalan/c/src/PlatformSupport DOMStringHelper.cpp

dbertoni    00/02/18 12:33:47

  Modified:    c/src/PlatformSupport DOMStringHelper.cpp
  Log:
  Removed extraneous using declarations.
  
  Revision  Changes    Path
  1.10      +0 -2      xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp
  
  Index: DOMStringHelper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DOMStringHelper.cpp	2000/02/17 20:27:26	1.9
  +++ DOMStringHelper.cpp	2000/02/18 20:33:46	1.10
  @@ -77,9 +77,7 @@
   using std::ostream;
   using std::ostrstream;
   using std::string;
  -//using std::stringstream;
   using std::vector;
  -using std::wstring;
   #endif