diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 10:27:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 10:27:12 +0000 |
commit | f5902ebd3b142ccdd5cc0f35aa950f48136d9d2b (patch) | |
tree | 8971a0fea0f7eea52016ed6a7a32b8b519717025 /sc/inc/rangelst.hxx | |
parent | 3d0077575338b8ffb7cbaa7790e879b21180f248 (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.hxx | 5 |
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 ); |