summaryrefslogtreecommitdiff
path: root/sc/inc/rangelst.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-28 10:27:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-28 10:27:12 +0000
commitf5902ebd3b142ccdd5cc0f35aa950f48136d9d2b (patch)
tree8971a0fea0f7eea52016ed6a7a32b8b519717025 /sc/inc/rangelst.hxx
parent3d0077575338b8ffb7cbaa7790e879b21180f248 (diff)
INTEGRATION: CWS dr37 (1.3.346); FILE MERGED
2005/04/22 14:37:08 nn 1.3.346.1: #i8180# remove db ranges/linked areas/labels/datapilot on deleted sheets
Diffstat (limited to 'sc/inc/rangelst.hxx')
-rw-r--r--sc/inc/rangelst.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx
index 2c861256c2a4..a9c20a53c04a 100644
--- a/sc/inc/rangelst.hxx
+++ b/sc/inc/rangelst.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rangelst.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:49:48 $
+ * last change: $Author: hr $ $Date: 2005-09-28 11:27:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,6 +111,7 @@ public:
BOOL UpdateReference( UpdateRefMode, ScDocument*,
const ScRange& rWhere,
SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
+ void DeleteOnTab( SCTAB nTab );
ScRangePair* Find( const ScAddress& ) const;
ScRangePair* Find( const ScRange& ) const;
BOOL Load( SvStream&, USHORT nVer );