diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-15 13:07:32 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-15 23:39:27 +0100 |
commit | ca97c8679bc3646160649a5a2f28878a971512f8 (patch) | |
tree | ba122432c7bd2c26d703a9a07cd42f1d25efdab9 /sc/inc/conditio.hxx | |
parent | 6b6783b50cb36ea607a36e6497cf4a7d5f96d989 (diff) |
remove strange comments
Change-Id: I307ac354550119f87e7eee0d747b36715c9e0ccc
Diffstat (limited to 'sc/inc/conditio.hxx')
-rw-r--r-- | sc/inc/conditio.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index d60da24db422..bf4ca53a0f74 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -57,12 +57,12 @@ class ScTokenArray; enum ScConditionMode { - SC_COND_EQUAL, //done - SC_COND_LESS, //done + SC_COND_EQUAL, + SC_COND_LESS, SC_COND_GREATER, SC_COND_EQLESS, SC_COND_EQGREATER, - SC_COND_NOTEQUAL, //done + SC_COND_NOTEQUAL, SC_COND_BETWEEN, SC_COND_NOTBETWEEN, SC_COND_DUPLICATE, |