summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpcalc.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2001-05-16 09:52:53 +0000
committerEike Rathke <er@openoffice.org>2001-05-16 09:52:53 +0000
commit228b651bce9ee9df2db5c3f47ca50e4314c464fb (patch)
tree01bf4f0c5d6f9939ad13faf6b8e26587b45a7356 /sc/source/ui/inc/tpcalc.hxx
parented68fd1e46bbdf146d252d84bede7b4305df2c40 (diff)
#78323# new: config option enable/disable regular expressions in formulas
Diffstat (limited to 'sc/source/ui/inc/tpcalc.hxx')
-rw-r--r--sc/source/ui/inc/tpcalc.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpcalc.hxx b/sc/source/ui/inc/tpcalc.hxx
index b02874f89d29..b8d84ee2a6c4 100644
--- a/sc/source/ui/inc/tpcalc.hxx
+++ b/sc/source/ui/inc/tpcalc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpcalc.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-05-04 10:06:50 $
+ * last change: $Author: er $ $Date: 2001-05-16 10:51:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,6 +121,7 @@ private:
CheckBox aBtnCase;
CheckBox aBtnCalc;
CheckBox aBtnMatch;
+ CheckBox aBtnRegex;
CheckBox aBtnLookUp;
FixedText aFtPrec;