diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 10:39:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-16 11:43:47 +0100 |
commit | 7c1e12af8794db56a5dd9eeaea7067e6eff6584d (patch) | |
tree | b1f70a9a765d0b5cf1fd2c18e102c5effc3fb1a8 /include | |
parent | d0ab0b08fad84f72a11c9234f759c08333637536 (diff) |
callcatcher: update unused code
res ctor fallout continues at pace
Change-Id: Ic431c678919a6521ce94719cbf06b87ebf922a0c
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/menubtn.hxx | 2 | ||||
-rw-r--r-- | include/vcl/tabctrl.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
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 ); |