diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 10:27:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-28 10:27:58 +0000 |
commit | e193f383b7bd147beccb23dd703604d484e6d9ca (patch) | |
tree | 01299a592a26e853ddc250486a5812730b0a265b /sc/inc/validat.hxx | |
parent | 10673ed381f81d3d888e89689a48276ef0cfac81 (diff) |
INTEGRATION: CWS dr37 (1.8.18); FILE MERGED
2005/07/15 16:36:23 er 1.8.18.1: #i51862# implement and call UpdateReference and UpdateMoveTab for ScValidationDataList and entries
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index 645b44561064..ad6ab60ef795 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -4,9 +4,9 @@ * * $RCSfile: validat.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 18:03:12 $ + * last change: $Author: hr $ $Date: 2005-09-28 11:27:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -210,6 +210,7 @@ public: void CompileXML(); void UpdateReference( UpdateRefMode eUpdateRefMode, const ScRange& rRange, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); + void UpdateMoveTab( SCTAB nOldPos, SCTAB nNewPos ); BOOL operator==( const ScValidationDataList& r ) const; // fuer Ref-Undo }; |