diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-31 00:39:01 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-02 14:58:09 +0100 |
commit | 2829bc140b0da4d2d2a2e9d4381a774180ffe5c7 (patch) | |
tree | e16d3e6a199e3fbdc6577bc3b5d55fa725287beb | |
parent | 087f8ca17e94ffb3b1525a4d6e9be1c6b81184f7 (diff) |
remove misleading comment
Change-Id: Ie169423e88539fb6557a36ac3db44386ceb77bbe
-rw-r--r-- | sc/inc/conditio.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index a18235ba7dbb..641da85c60e8 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -57,10 +57,6 @@ class ScTokenArray; #define DUMP_FORMAT_INFO 1 - -// ordering of ScConditionMode and ScQueryOp is equal, -// to facilitate the merging of both in the future - enum ScConditionMode { SC_COND_EQUAL, //done |