summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/valueimp.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-03-11 18:18:08 +0100
committerChristian Lippka <cl@openoffice.org>2010-03-11 18:18:08 +0100
commitd701c3f7c839d146790c1f63d705330a1668ab01 (patch)
treede609bdddf6be185188d4c67a32cc5cc4b8c1b39 /svtools/source/control/valueimp.hxx
parentallow popup windows without tear off (diff)
downloadcore-d701c3f7c839d146790c1f63d705330a1668ab01.tar.gz
core-d701c3f7c839d146790c1f63d705330a1668ab01.zip
moved toolbarmenu to svtools and reworked to non sfx2 code
Diffstat (limited to 'svtools/source/control/valueimp.hxx')
-rw-r--r--svtools/source/control/valueimp.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx
index c176629953ae..65f6b8ffaccb 100644
--- a/svtools/source/control/valueimp.hxx
+++ b/svtools/source/control/valueimp.hxx
@@ -114,6 +114,7 @@ struct ValueSet_Impl
{
::std::auto_ptr< ValueItemList > mpItemList;
bool mbIsTransientChildrenDisabled;
+ Link maHighlightHdl;
ValueSet_Impl() : mpItemList( ::std::auto_ptr< ValueItemList >( new ValueItemList() ) ),
mbIsTransientChildrenDisabled( false )