binfilter/inc/bf_svtools/svarray.hxx | 9 --------- 1 file changed, 9 deletions(-)
New commits: commit 0a7904266b9e0281252d4afbca1d25f7df021362 Author: Caolán McNamara <[email protected]> Date: Sun Jun 24 00:21:56 2012 +0100 callcatcher: remove unused _ForEach group Change-Id: I0a5da38bd9ace5bb054c975b5966711f2d9f9d36 diff --git a/binfilter/inc/bf_svtools/svarray.hxx b/binfilter/inc/bf_svtools/svarray.hxx index f5eb78b..420c7e6 100644 --- a/binfilter/inc/bf_svtools/svarray.hxx +++ b/binfilter/inc/bf_svtools/svarray.hxx @@ -822,15 +822,6 @@ _SORT_CLASS_DEF(nm, AE, IS, GS, vis) \ return nm##_SAR::GetObject( nP );\ }\ BOOL Seek_Entry( const AE & aE, USHORT* pP = 0 ) const;\ - void ForEach( CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ - {\ - _ForEach( 0, nA, (FnForEach_##nm##_SAR)fnForEach, pArgs );\ - }\ - void ForEach( USHORT nS, USHORT nE, \ - CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ - {\ - _ForEach( nS, nE, (FnForEach_##nm##_SAR)fnForEach, pArgs );\ - }\ private:\ nm( const nm& );\ nm& operator=( const nm& );\
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
