From ce5c789fe8b09102149c7488bb2a7d7e7802b8a8 Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Wed, 11 Sep 2002 08:07:59 +0000 Subject: #82430#; ScIndexEnumeration should get the service name --- sc/inc/miscuno.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sc/inc/miscuno.hxx') diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx index 055ffd9c5954..01fde1fee9f4 100644 --- a/sc/inc/miscuno.hxx +++ b/sc/inc/miscuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: miscuno.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: sab $ $Date: 2001-03-29 05:19:44 $ + * last change: $Author: sab $ $Date: 2002-09-11 09:07:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,11 +148,12 @@ class ScIndexEnumeration : public cppu::WeakImplHelper2< { private: com::sun::star::uno::Reference xIndex; + rtl::OUString sServiceName; sal_Int32 nPos; public: ScIndexEnumeration(const com::sun::star::uno::Reference< - com::sun::star::container::XIndexAccess>& rInd); + com::sun::star::container::XIndexAccess>& rInd, const rtl::OUString& rServiceName); virtual ~ScIndexEnumeration(); // XEnumeration -- cgit