summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/browserpage.hxx')
-rw-r--r--extensions/source/propctrlr/browserpage.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/browserpage.hxx b/extensions/source/propctrlr/browserpage.hxx
index 14999217431e..4018a6b6c3e6 100644
--- a/extensions/source/propctrlr/browserpage.hxx
+++ b/extensions/source/propctrlr/browserpage.hxx
@@ -41,10 +41,8 @@ namespace pcr
~OBrowserPage();
void SetPageTitle(const OUString& rPageTitle) { m_aPageTitle = rPageTitle; }
- const OUString& GetPageTitle() const { return m_aPageTitle; }
void SetHelpId(const OString& rHelpId) { m_xContainer->set_help_id(rHelpId); }
- OString GetHelpId() const { return m_xContainer->get_help_id(); }
OBrowserListBox& getListBox() { return *m_xListBox; }
const OBrowserListBox& getListBox() const { return *m_xListBox; }