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/win/salobj.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/inc/win/salobj.h') diff --git a/vcl/inc/win/salobj.h b/vcl/inc/win/salobj.h index d96c9843893b..5aff5e19aee4 100644 --- a/vcl/inc/win/salobj.h +++ b/vcl/inc/win/salobj.h @@ -46,7 +46,6 @@ public: RGNDATA* mpStdClipRgnData; // Cache Standard-ClipRegion-Data RECT* mpNextClipRect; // Naechstes ClipRegion-Rect sal_Bool mbFirstClipRect; // Flag for first cliprect to insert - sal_Bool mbInterceptChildWindowKeyDown; // Intercept the KeyDown event sent to system child window WinSalObject* mpNextObject; // pointer to next object @@ -63,7 +62,6 @@ public: virtual void Enable( sal_Bool nEnable ); virtual void GrabFocus(); virtual const SystemEnvData* GetSystemData() const; - virtual void InterceptChildWindowKeyDown( sal_Bool bIntercept ); }; #endif // _SV_SALOBJ_H -- cgit v1.2.3