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:24:14 +0200
commitf2c3eaacad5a17d6a7745b2e29c491c3fd6a1162 (patch)
tree3d761321be4b09a64a43878beada39ac5fff0cec
parent72ea3b0e6e3381384fce8d18b00e930f62772921 (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 e653ca5f6c42..486dcb137693 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;