diff options
author | Eike Rathke <er@openoffice.org> | 2001-02-13 17:51:12 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2001-02-13 17:51:12 +0000 |
commit | 22d03cc3c0df45a23f79a6881ec4c2a4af754334 (patch) | |
tree | b09dfc3ed2687863224abbbb842ef3c004996e8f /sc/inc/table.hxx | |
parent | 399d5e46667da7d2c3a20108c5150da8a40d8184 (diff) |
new: TableOpDirty
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index c41eba29b..6ce9b0b83 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -2,9 +2,9 @@ * * $RCSfile: table.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2001-01-22 14:08:26 $ + * last change: $Author: er $ $Date: 2001-02-13 18:51:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -381,6 +381,7 @@ public: void SetDirty( const ScRange& ); void SetDirtyAfterLoad(); void SetDirtyVar(); + void SetTableOpDirty( const ScRange& ); void CalcAll(); void CalcAfterLoad(); void CompileAll(); |