summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-04 09:07:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-04 14:22:40 +0200
commitffa35b82ce845d82a5beae36eb57cec2b0c01233 (patch)
treeea6ff3a2245e4deea0223ab6470de5b71cc6fa30 /include
parent41383ad341dbfcb0233cbbdaafceeb545b955ce3 (diff)
loplugin:unusedmethods
Change-Id: Idd98dc9e1090a6b09124c80eed5a878e5e966cfc Reviewed-on: https://gerrit.libreoffice.org/80182 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/tabctrl.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index bbbc3842463b..789c200b159d 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -133,7 +133,6 @@ public:
sal_uInt16 GetPageCount() const;
sal_uInt16 GetPageId( sal_uInt16 nPos ) const;
sal_uInt16 GetPageId(const Point& rPos) const;
- sal_uInt16 GetPageId( const TabPage& rPage ) const;
sal_uInt16 GetPageId( const OString& rName ) const;
void SetCurPageId(sal_uInt16 nPageId);
@@ -150,8 +149,6 @@ public:
void SetHelpText( sal_uInt16 nPageId, const OUString& rText );
const OUString& GetHelpText( sal_uInt16 nPageId ) const;
- void SetHelpId( sal_uInt16 nPageId, const OString& rId ) const;
-
void SetPageName( sal_uInt16 nPageId, const OString& rName ) const;
OString GetPageName( sal_uInt16 nPageId ) const;