summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2009-06-03 14:41:23 +0000
committerPhilipp Lohmann <pl@openoffice.org>2009-06-03 14:41:23 +0000
commit457e3281821544b84b8328590b5ca407750031dc (patch)
tree18cc6086c0b27ee7dee3a87967ae109e321f3e43 /rsc
parent30eb643a7daf38348350968b8cbdecbcc0ec0f24 (diff)
#i92516# enable WB_DROPDOWN on TabControl
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/parser/rscicpx.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsc/source/parser/rscicpx.cxx b/rsc/source/parser/rscicpx.cxx
index e69094064754..bced7f36c3b6 100644
--- a/rsc/source/parser/rscicpx.cxx
+++ b/rsc/source/parser/rscicpx.cxx
@@ -2279,6 +2279,7 @@ RscTop * RscTypCont::InitClassTabControl( RscTop * pSuper,
RSC_TABCONTROL_ITEMLIST );
INS_WINBIT( pClassTabControl, SingleLine );
+ INS_WINBIT( pClassTabControl, DropDown );
}
return pClassTabControl;