diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-02 12:05:30 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-11-02 14:58:12 +0100 |
commit | 931d715de533f0b4712eb2d7420359548b6f7c64 (patch) | |
tree | f6c87537e70f6b405cc1014f403fb937980d0c80 /sc | |
parent | 2a38429ce0b3ef389bd58590eb42e6edf6bdddef (diff) |
this case should never happen, use assert to be sure
Change-Id: I4e8b3de643e32dffa1aea9e512b2945e34dac95a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/condformat/condformatdlgentry.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/condformat/condformatdlgentry.cxx b/sc/source/ui/condformat/condformatdlgentry.cxx index 75fec8c3b4b8..97debc78dbf4 100644 --- a/sc/source/ui/condformat/condformatdlgentry.cxx +++ b/sc/source/ui/condformat/condformatdlgentry.cxx @@ -193,6 +193,7 @@ ScConditionFrmtEntry::ScConditionFrmtEntry( Window* pParent, ScDocument* pDoc, c maLbCondType.SelectEntryPos(9); break; case SC_COND_DIRECT: + assert(false); //maLbType.SelectEntryPos(2); break; case SC_COND_NONE: |