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 | 15df1e749bb8b69ee0372f3d7d26c100ebf659ef (patch) | |
tree | d75a1f5a1f66d7d7894955ccaf9ef2575edbe546 /sc/inc/column.hxx | |
parent | 43aa4086f31417be160b6e81647cc3dcbfa3b5e1 (diff) |
new: TableOpDirty
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index db3248695ba8..541a2dd3fe75 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -2,9 +2,9 @@ * * $RCSfile: column.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $ + * 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 @@ -298,6 +298,7 @@ public: void SetDirty( const ScRange& ); void SetDirtyVar(); void SetDirtyAfterLoad(); + void SetTableOpDirty( const ScRange& ); void CalcAll(); void CalcAfterLoad(); void CompileAll(); |