INTEGRATION: CWS dba30b (1.3.238); FILE MERGED

2008/04/15 21:53:40 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/26 08:29:02 fs 1.3.238.1: remove unused code
Issue number:  #i86305#
Submitted by:  cmc@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
This commit is contained in:
Kurt Zenker 2008-05-05 14:26:31 +00:00
parent 102fd5a684
commit d10dad728f

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: enumeration.hxx,v $
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* This file is part of OpenOffice.org.
*
@ -52,8 +52,6 @@ class Enumeration
sal_Int32 mnIndex;
public:
Enumeration( const com::sun::star::uno::Reference<com::sun::star::container::XIndexAccess>& );
Enumeration( com::sun::star::container::XIndexAccess* );
virtual sal_Bool SAL_CALL hasMoreElements()