summaryrefslogtreecommitdiff
path: root/sc/inc/miscuno.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-09-11 08:07:59 +0000
committerSascha Ballach <sab@openoffice.org>2002-09-11 08:07:59 +0000
commitce5c789fe8b09102149c7488bb2a7d7e7802b8a8 (patch)
treeec4a309aba616a1240a472daf685cd446b837fa9 /sc/inc/miscuno.hxx
parent7baefc603a9e994e4be237ca1f7e44f27808aa41 (diff)
#82430#; ScIndexEnumeration should get the service name
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r--sc/inc/miscuno.hxx7
1 files changed, 4 insertions, 3 deletions
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<com::sun::star::container::XIndexAccess> 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