diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/tabctrl.hxx | 4 | ||||
-rw-r--r-- | include/xmloff/xmlictxt.hxx | 1 |
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: |