Tag: cws_src680_os63 User: os Date: 05/08/01 04:10:36 Modified: /dba/dbaccess/source/ui/inc/ sbagrid.hxx
Log: #i50349# namespace added File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: sbagrid.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/sbagrid.hxx?r1=1.23&r2=1.23.154.1 Delta lines: +4 -4 ------------------- --- sbagrid.hxx 2 Aug 2004 16:02:32 -0000 1.23 +++ sbagrid.hxx 1 Aug 2005 11:10:33 -0000 1.23.154.1 @@ -2,9 +2,9 @@ * * $RCSfile: sbagrid.hxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.23.154.1 $ * - * last change: $Author: hr $ $Date: 2004/08/02 16:02:32 $ + * last change: $Author: os $ $Date: 2005/08/01 11:10:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,7 @@ namespace dbaui { //------------------------------------------------------------------ - struct SbaURLCompare : public binary_function< ::com::sun::star::util::URL, ::com::sun::star::util::URL, bool> + struct SbaURLCompare : public std::binary_function< ::com::sun::star::util::URL, ::com::sun::star::util::URL, bool> { bool operator() (const ::com::sun::star::util::URL& x, const ::com::sun::star::util::URL& y) const {return x.Complete == y.Complete ? true : false;} }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
