From bd26fcf528193f39ce3068a7fddde8533b44d16c Mon Sep 17 00:00:00 2001 From: "Peter.VanderBeken%pandora.be" Date: Thu, 13 Apr 2000 23:41:43 +0000 Subject: [PATCH] Use DOMString instead of String (getting these changes back in). Not part of build yet. a=leaf git-svn-id: svn://10.0.0.236/trunk@65901 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/transformiix/source/xpath/ExprResult.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/extensions/transformiix/source/xpath/ExprResult.h b/mozilla/extensions/transformiix/source/xpath/ExprResult.h index 2383a1cfe8f..a1ce6bdb2e4 100644 --- a/mozilla/extensions/transformiix/source/xpath/ExprResult.h +++ b/mozilla/extensions/transformiix/source/xpath/ExprResult.h @@ -23,7 +23,7 @@ * Larry Fitzpatrick, OpenText, lef@opentext.com * -- changed constant short result types to enum * - * $Id: ExprResult.h,v 1.4 2000-04-13 14:14:33 Peter.VanderBeken%pandora.be Exp $ + * $Id: ExprResult.h,v 1.5 2000-04-13 23:41:43 Peter.VanderBeken%pandora.be Exp $ */ #include "MITREObject.h" @@ -42,7 +42,7 @@ *
* Note: for NodeSet, see NodeSet.h
* @author Keith Visco - * @version $Revision: 1.4 $ $Date: 2000-04-13 14:14:33 $ + * @version $Revision: 1.5 $ $Date: 2000-04-13 23:41:43 $ */ class ExprResult : public MITREObject { @@ -69,7 +69,7 @@ public: * Creates a String representation of this ExprResult * @param str the destination string to append the String representation to. **/ - virtual void stringValue(String& str) = 0; + virtual void stringValue(DOMString& str) = 0; /** * Converts this ExprResult to a Boolean (MBool) value