summaryrefslogtreecommitdiffstats
path: root/sc/inc
diff options
context:
space:
mode:
authorBenjamin Ni <benjaminniri@hotmail.com>2015-06-07 16:21:54 +0100
committerjan iversen <jani@documentfoundation.org>2016-01-05 11:53:13 +0000
commitc01bcbc88522c5f86820105a45e2e5593ae01501 (patch)
tree02eceec0281e9b7f0d6dd8a25a0041298372b191 /sc/inc
parentloplugin:staticcall (diff)
downloadcore-c01bcbc88522c5f86820105a45e2e5593ae01501.tar.gz
core-c01bcbc88522c5f86820105a45e2e5593ae01501.zip
Time wraparound validation feature
Change-Id: I49305167b1062dbe8158fdb446859138ba283da2 Reviewed-on: https://gerrit.libreoffice.org/16136 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: jan iversen <jani@documentfoundation.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/conditio.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index d33ecc6fd8aa..69f8ddd9b739 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -154,10 +154,12 @@ public:
class SC_DLLPUBLIC ScConditionEntry : public ScFormatEntry
{
// stored data:
+protected:
ScConditionMode eOp;
sal_uInt16 nOptions;
double nVal1; // input or calculated
double nVal2;
+private:
OUString aStrVal1; // input or calculated
OUString aStrVal2;
OUString aStrNmsp1; // namespace to be used on (re)compilation, e.g. in XML import