From d0b590fe19b45e2248adff22c6fe61a4049a7db8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 8 Dec 2012 18:09:45 +0000 Subject: callcatcher: remove unused rtf filter and associated methods update and remove newly unused code, mostly original rtf filter Change-Id: I2dd302851ee6fad62d79fbc81cb8a61a861396db --- vcl/inc/vcl/window.hxx | 1 - vcl/source/window/window.cxx | 7 ------- 2 files changed, 8 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/vcl/window.hxx b/vcl/inc/vcl/window.hxx index e30391710ce5..cebab25117db 100644 --- a/vcl/inc/vcl/window.hxx +++ b/vcl/inc/vcl/window.hxx @@ -390,7 +390,6 @@ public: SAL_DLLPRIVATE WinBits ImplInitRes( const ResId& rResId ); SAL_DLLPRIVATE WindowResHeader ImplLoadResHeader( const ResId& rResId ); SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId ); - SAL_DLLPRIVATE void loadAndSetJustHelpID( const ResId& rResId ); SAL_DLLPRIVATE void ImplSetFrameParent( const Window* pParent ); SAL_DLLPRIVATE void ImplInsertWindow( Window* pParent ); SAL_DLLPRIVATE void ImplRemoveWindow( sal_Bool bRemoveFrameData ); diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 15b8e8f429a7..8460f693c4e5 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -1266,13 +1266,6 @@ WindowResHeader Window::ImplLoadResHeader( const ResId& rResId ) return aHeader; } -void Window::loadAndSetJustHelpID(const ResId& rResId) -{ - WindowResHeader aHeader = ImplLoadResHeader(rResId); - SetHelpId(aHeader.aHelpId); - IncrementRes(GetRemainSizeRes()); -} - void Window::ImplLoadRes( const ResId& rResId ) { WindowResHeader aHeader = ImplLoadResHeader( rResId ); -- cgit