summaryrefslogtreecommitdiff
path: root/forms/source/xforms/enumeration.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:26:31 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:26:31 +0000
commitd10dad728fd67b39efabcaf3ac6ef50fb45dd0a7 (patch)
tree9fa201f743c676ee74db5fd787dc23b7c0b74f76 /forms/source/xforms/enumeration.hxx
parent102fd5a68445a9c40ad2d1afab48c2b0b2b48dbb (diff)
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
Diffstat (limited to 'forms/source/xforms/enumeration.hxx')
-rw-r--r--forms/source/xforms/enumeration.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/forms/source/xforms/enumeration.hxx b/forms/source/xforms/enumeration.hxx
index 538c9847d555..708085b7b7cf 100644
--- a/forms/source/xforms/enumeration.hxx
+++ b/forms/source/xforms/enumeration.hxx
@@ -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()