diff options
Diffstat (limited to 'include/vcl/tabctrl.hxx')
-rw-r--r-- | include/vcl/tabctrl.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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 ); |