summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/formel.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-11-28 15:42:22 +0000
committerDaniel Rentz <dr@openoffice.org>2001-11-28 15:42:22 +0000
commitd5b39003bb9f5cc868ca664c805ee43041fd6199 (patch)
tree6c89fe1cf77e0e658be07f673aa34452ac58893d /sc/source/filter/inc/formel.hxx
parente727c0fa95720cdab1099d239c6b8cc7ea6f1f26 (diff)
#91658# new import font buffer, new imp/exp tools
Diffstat (limited to 'sc/source/filter/inc/formel.hxx')
-rw-r--r--sc/source/filter/inc/formel.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sc/source/filter/inc/formel.hxx b/sc/source/filter/inc/formel.hxx
index a5b3366574d4..bab0b4a04aa5 100644
--- a/sc/source/filter/inc/formel.hxx
+++ b/sc/source/filter/inc/formel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formel.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-02-06 16:19:42 $
+ * last change: $Author: dr $ $Date: 2001-11-28 16:41:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,10 +119,6 @@ enum FORMULA_TYPE
};
-enum BoolError { BE_NULL, BE_DIV0, BE_VALUE, BE_REF, BE_NAME, BE_NUM,
- BE_NA, BE_TRUE, BE_FALSE, BE_UNKNOWN };
-
-
//--------------------------------------------------------- class ScRangeList -