diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-30 00:03:21 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-30 01:03:56 +0100 |
commit | 29c5324696d863f0804405267f6787a4688122b8 (patch) | |
tree | f9e2b2bddf442465986c956a46bb9f4411e36d25 /sc | |
parent | 57bdc45e57cfa01330d21e3a37df133276239387 (diff) |
fix warning
Change-Id: Ib9fe916eae980949978b0a5a78dfabea6581a43b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/condformat/condformatdlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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<const ScDataBarFormat*>( pEntry ) ) ); break; + case condformat::ICONSET: + break; } } } |