Kaydet (Commit) a0b3feaf authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

fix C++ warning declaration shadows member of this

Change-Id: Id14e14222615df33f5da7bab6f73d2752ae41509
üst de8d2c31
......@@ -301,13 +301,13 @@ namespace frm
/** calls a (member) function, catches SQLExceptions, extends them with additional context information,
and rethrows them
@param Action
@param f
a fuctionoid with no arguments to do the work
@param _nErrorResourceId
the id of the resources string to use as error message
*/
template < typename FunctObj >
void impl_doActionInSQLContext_throw( FunctObj Action, sal_uInt16 _nErrorResourceId ) const;
void impl_doActionInSQLContext_throw( FunctObj f, sal_uInt16 _nErrorResourceId ) const;
// functionoid to call appendOrderByColumn
class impl_appendOrderByColumn_throw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment