diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-05 16:48:15 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-05 16:50:03 +0100 |
commit | 058dea3b1ac3080dd8a6345d77199eae8487c509 (patch) | |
tree | 29c65c44252435b717356a74518db2cb1ccf5619 /sc/inc | |
parent | 2ec813b4bb8340dea7e4f04cf571a2b2d88a7626 (diff) |
Revert "Time wraparound validation feature"
This reverts commit c01bcbc88522c5f86820105a45e2e5593ae01501.
It still needs to be determined if this really was a good idea or a
brain fart from me.
There are some serious interop issues around the issue.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/conditio.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index 69f8ddd9b739..d33ecc6fd8aa 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -154,12 +154,10 @@ 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 |