diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-10-25 11:37:12 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-10-25 11:37:12 +0000 |
commit | 8dea1b9e0e01ce78a5c761559608b196616237d0 (patch) | |
tree | 75779e6b63666c538ba5e7e035f8b22be8ff407e /xmloff/inc/txtflde.hxx | |
parent | 77ab6c56b222123b3dd7fe6a043529c3d09b362e (diff) |
#93291# TableCalc field implemented
Diffstat (limited to 'xmloff/inc/txtflde.hxx')
-rw-r--r-- | xmloff/inc/txtflde.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index f9739e360474..5828a48a8a17 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtflde.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: dvo $ $Date: 2001-08-02 18:51:32 $ + * last change: $Author: dvo $ $Date: 2001-10-25 12:37:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -190,6 +190,8 @@ enum FieldIdEnum { FIELD_ID_MEASURE, // for measure shapes + FIELD_ID_TABLE_FORMULA, // DEPRECATED: table formulas (Writer 2.0) + FIELD_ID_UNKNOWN // invalid or unknown field type! }; |