Tag: cws_src680_dba30
User: fs      
Date: 05/04/06 02:58:33

Modified:
 /dba/dbaccess/source/core/misc/
  propertybag.cxx

Log:
 #i10000#

File Changes:

Directory: /dba/dbaccess/source/core/misc/
==========================================

File [changed]: propertybag.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/propertybag.cxx?r1=1.1.2.1&r2=1.1.2.2
Delta lines:  +5 -5
-------------------
--- propertybag.cxx     6 Apr 2005 07:13:45 -0000       1.1.2.1
+++ propertybag.cxx     6 Apr 2005 09:58:30 -0000       1.1.2.2
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: propertybag.cxx,v $
  *
- *  $Revision: 1.1.2.1 $
+ *  $Revision: 1.1.2.2 $
  *
- *  last change: $Author: fs $ $Date: 2005/04/06 07:13:45 $
+ *  last change: $Author: fs $ $Date: 2005/04/06 09:58:30 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -338,9 +338,9 @@
         };
 
         template< typename CLASS >
-        struct TransformPropertyToName : public ::std::unary_function< 
typename CLASS, ::rtl::OUString >
+        struct TransformPropertyToName : public ::std::unary_function< CLASS, 
::rtl::OUString >
         {
-            const ::rtl::OUString& operator()( const typename CLASS& _rProp )
+            const ::rtl::OUString& operator()( const CLASS& _rProp )
             {
                 return _rProp.Name;
             }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to