summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-03 18:25:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-04 06:34:37 +0100
commiteeed9103350d886f5913aed9b525d863a421dffa (patch)
treec2cc52543e7378e83f328aae2131c9777cc315b6 /include
parent81fe31d2c8977791f9b90ab1da4fbb1a778f87fb (diff)
loplugin:unusedmethods
Change-Id: I58fb6477222a26455f5db0a7d972c46f290c085c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105261 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/tabctrl.hxx4
-rw-r--r--include/xmloff/xmlictxt.hxx1
2 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index 0eb067fd1110..c63c7a0fd019 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -118,10 +118,6 @@ public:
void SetTabPageSizePixel( const Size& rSize );
- // pixel offset for the tab items, default is (0,0)
- void SetItemsOffset( const Point& rOffs );
- Point GetItemsOffset() const;
-
void InsertPage( sal_uInt16 nPageId, const OUString& rText,
sal_uInt16 nPos = TAB_APPEND );
void RemovePage( sal_uInt16 nPageId );
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index 03dd3121ba5c..95b631e1c2af 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -55,7 +55,6 @@ class XMLOFF_DLLPUBLIC SvXMLImportContext : public css::xml::sax::XFastContextHa
sal_uInt16 mnPrefix;
bool mbPrefixAndLocalNameFilledIn;
- SAL_DLLPRIVATE std::unique_ptr<SvXMLNamespaceMap> TakeRewindMap() { return std::move(m_pRewindMap); }
SAL_DLLPRIVATE void PutRewindMap(std::unique_ptr<SvXMLNamespaceMap> p) { m_pRewindMap = std::move(p); }
protected: