summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-10 11:35:58 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-10 11:35:58 +0000
commit0bc4ff444d1c233f5f3a75979384cb90b73a39b6 (patch)
tree3e1ead075632cff5d18ba9260a8f2becbcb36489
parentremoved Simple Handles option (binfilter) (diff)
downloadbinfilter-0bc4ff444d1c233f5f3a75979384cb90b73a39b6.tar.gz
binfilter-0bc4ff444d1c233f5f3a75979384cb90b73a39b6.zip
cleanup list length mismatch
-rw-r--r--binfilter/bf_sd/source/ui/app/sd_optsitem.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/binfilter/bf_sd/source/ui/app/sd_optsitem.cxx b/binfilter/bf_sd/source/ui/app/sd_optsitem.cxx
index fca23c372..c6085816b 100644
--- a/binfilter/bf_sd/source/ui/app/sd_optsitem.cxx
+++ b/binfilter/bf_sd/source/ui/app/sd_optsitem.cxx
@@ -345,9 +345,7 @@ using namespace ::com::sun::star::uno;
/*N*/ "ShowUndoDeleteWarning"
/*N*/ };
/*N*/
-/*N*/ // #90356# rCount = ( ( GetConfigId() == SDCFG_IMPRESS ) ? 15 : 12 );
-/*N*/ // #97016# rCount = ( ( GetConfigId() == SDCFG_IMPRESS ) ? 16 : 12 );
-/*N*/ rCount = ( ( GetConfigId() == SDCFG_IMPRESS ) ? 19 : 15 );
+/*N*/ rCount = ( ( GetConfigId() == SDCFG_IMPRESS ) ? 18 : 14 );
/*N*/ ppNames = aPropNames;
/*N*/ }