summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-25 01:22:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-25 01:22:04 +0200
commit555a8955c71f28f93b032e8dd2c627ab3e794b02 (patch)
tree3d121a3b0fe28053790b141c5c4c2fb8ec28b5bd
parent904596e935144e97d762d09942fa0d35068882ce (diff)
handle also COLLAPSEd in switch
this case can never happen Change-Id: Ib1284edb798945a2f6f5ee6268e9426e29b0bd76
-rw-r--r--sc/source/ui/condformat/condformatdlg.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx
index f0f677cb5f59..6f5ca81b3cdf 100644
--- a/sc/source/ui/condformat/condformatdlg.cxx
+++ b/sc/source/ui/condformat/condformatdlg.cxx
@@ -628,6 +628,9 @@ void ScCondFrmtEntry::Select()
case FORMULA:
SetFormulaType();
break;
+ default:
+ //should not happen
+ break;
}
SwitchToType(meType);
mbActive = true;