From 4282865c517f8de814696fa75d0662aba73a4624 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 9 Jun 2012 06:43:18 +0200 Subject: Remove unused InterceptChildWindowKeyDown - InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns sal_False Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d --- vcl/inc/window.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vcl/inc/window.h') diff --git a/vcl/inc/window.h b/vcl/inc/window.h index fc61f53ad62b..cdfbe6941735 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -386,8 +386,7 @@ public: mbDisableAccessibleLabelForRelation:1, mbDisableAccessibleLabeledByRelation:1, mbHelpTextDynamic:1, - mbFakeFocusSet:1, - mbInterceptChildWindowKeyDown:1; + mbFakeFocusSet:1; ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > mxDNDListenerContainer; }; -- cgit v1.2.3