summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/inc/cell.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index 66604f817daf..273c10f4bb6b 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cell.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 15:14:49 $
+ * last change: $Author: vg $ $Date: 2008-02-12 13:22:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,6 +38,8 @@
#include <stddef.h>
+#include <set>
+
#ifndef _SVMEMPOOL_HXX //autogen
#include <tools/mempool.hxx>
#endif
@@ -369,6 +371,7 @@ public:
BOOL TestTabRefAbs(SCTAB nTable);
void UpdateCompile( BOOL bForceIfNameInUse = FALSE );
BOOL IsRangeNameInUse(USHORT nIndex) const;
+ void FindRangeNamesInUse(std::set<USHORT>& rIndexes) const;
void ReplaceRangeNamesInUse( const ScIndexMap& rMap );
BOOL IsSubTotal() const { return bSubTotal; }
BOOL IsChanged() const { return bChanged; }