From 7c1e12af8794db56a5dd9eeaea7067e6eff6584d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 16 Aug 2014 10:39:54 +0100 Subject: callcatcher: update unused code res ctor fallout continues at pace Change-Id: Ic431c678919a6521ce94719cbf06b87ebf922a0c --- include/vcl/menubtn.hxx | 2 -- include/vcl/tabctrl.hxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'include') diff --git a/include/vcl/menubtn.hxx b/include/vcl/menubtn.hxx index f62c3cbdcb48..22ca3091daf8 100644 --- a/include/vcl/menubtn.hxx +++ b/include/vcl/menubtn.hxx @@ -55,11 +55,9 @@ private: protected: using Window::ImplInit; SAL_DLLPRIVATE void ImplInit( Window* pParent, WinBits nStyle ); - SAL_DLLPRIVATE void ImplLoadRes( const ResId& rResId ); public: explicit MenuButton( Window* pParent, WinBits nStyle = 0 ); - explicit MenuButton( Window* pParent, const ResId& ); virtual ~MenuButton(); virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE; diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 6f928530fc42..4531c091a580 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -109,8 +109,6 @@ public: void SetItemsOffset( const Point& rOffs ); Point GetItemsOffset() const; - void InsertPage( const ResId& rResId, - sal_uInt16 nPos = TAB_APPEND ); void InsertPage( sal_uInt16 nPageId, const OUString& rText, sal_uInt16 nPos = TAB_APPEND ); void RemovePage( sal_uInt16 nPageId ); -- cgit