diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/ctredlin.hxx | 2 | ||||
-rw-r--r-- | include/svx/unoshape.hxx | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/ctredlin.hxx b/include/svx/ctredlin.hxx index ed12b6d10f9f..1a95c88320dc 100644 --- a/include/svx/ctredlin.hxx +++ b/include/svx/ctredlin.hxx @@ -334,8 +334,6 @@ public: SvxTPFilter* GetFilterPage() { return m_xTPFilter.get(); } SvxTPView* GetViewPage() { return m_xTPView.get(); } - - void set_help_id(const OString& rId) { m_xTabCtrl->set_help_id(rId); } }; #endif // INCLUDED_SVX_CTREDLIN_HXX diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 61cfdd502638..427904d87c18 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -417,7 +417,6 @@ class SVXCORE_DLLPUBLIC SvxShapeGroupAnyD : public SvxShape, public css::drawing::XShapes { public: - SvxShapeGroupAnyD( SdrObject* pObj ); SvxShapeGroupAnyD( SdrObject* pObject, const SfxItemPropertyMapEntry* pEntries, const SvxItemPropertySet* pPropertySet ); virtual ~SvxShapeGroupAnyD() noexcept override; |