From 29c5324696d863f0804405267f6787a4688122b8 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 30 Oct 2012 00:03:21 +0100 Subject: fix warning Change-Id: Ib9fe916eae980949978b0a5a78dfabea6581a43b --- sc/source/ui/condformat/condformatdlg.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx index fcf7dfc3a192..8ef887c3a928 100644 --- a/sc/source/ui/condformat/condformatdlg.cxx +++ b/sc/source/ui/condformat/condformatdlg.cxx @@ -89,6 +89,8 @@ ScCondFormatList::ScCondFormatList(Window* pParent, const ResId& rResId, ScDocum case condformat::DATABAR: maEntries.push_back(new ScDataBarFrmtEntry( this, mpDoc, maPos, static_cast( pEntry ) ) ); break; + case condformat::ICONSET: + break; } } } -- cgit