summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyeditor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertyeditor.hxx')
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index 3d9265c67cb8..d04ab25fc9c0 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -104,7 +104,6 @@ namespace pcr
Size get_preferred_size() const;
weld::Container* getWidget() const { return m_xTabControl.get(); }
- weld::Container* getControlHoldingParent() const { return m_xControlHoldingParent.get(); }
void Show() { m_xTabControl->show(); }
void Hide() { m_xTabControl->hide(); }
@@ -119,8 +118,6 @@ namespace pcr
OBrowserPage* getPage( const OUString& _rPropertyName );
const OBrowserPage* getPage( const OUString& _rPropertyName ) const;
- void Update(const std::function<void(OBrowserListBox *)>& _aUpdateFunction);
-
typedef void (OPropertyEditor::*PageOperation)( OBrowserPage&, const void* );
void forEachPage( PageOperation _pOperation );