summaryrefslogtreecommitdiff
path: root/framework/source/fwe/xml/toolboxdocumenthandler.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-07-31 18:11:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-07-31 18:11:19 +0200
commit470b293417a84a6786ff99dcd3e8b71567b2913a (patch)
tree3a1052d26cc49efe12b1aabf01f3014c6da34477 /framework/source/fwe/xml/toolboxdocumenthandler.cxx
parent268fe75e3326d7f2d105c9b915c82f9e6f510348 (diff)
Some cppcheck cleaning
Diffstat (limited to 'framework/source/fwe/xml/toolboxdocumenthandler.cxx')
-rw-r--r--framework/source/fwe/xml/toolboxdocumenthandler.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/fwe/xml/toolboxdocumenthandler.cxx b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
index 71cf378d65bf..c22599b11332 100644
--- a/framework/source/fwe/xml/toolboxdocumenthandler.cxx
+++ b/framework/source/fwe/xml/toolboxdocumenthandler.cxx
@@ -398,8 +398,6 @@ throw( SAXException, RuntimeException )
nItemBits |= ::com::sun::star::ui::ItemStyle::ALIGN_LEFT;
else if ( nHashCode == m_nHashCode_Style_AutoSize )
nItemBits |= ::com::sun::star::ui::ItemStyle::AUTO_SIZE;
- else if ( nHashCode == m_nHashCode_Style_DropDown )
- nItemBits |= ::com::sun::star::ui::ItemStyle::DROP_DOWN;
else if ( nHashCode == m_nHashCode_Style_Repeat )
nItemBits |= ::com::sun::star::ui::ItemStyle::REPEAT;
else if ( nHashCode == m_nHashCode_Style_DropDownOnly )