summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfgutil.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 10:34:58 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 10:36:50 +0200
commit89ef4dea325a11c706ff9619ff4717124260f864 (patch)
treee174f40d127b6e334b3c24d331f31c7c30fb1876 /cui/source/inc/cfgutil.hxx
parent956cb1f777db6eb4cec6fc4c4ed3b2fc87ee1672 (diff)
loplugin:unusedmethods cui
Change-Id: I8a4cb855054c487d7a8307ad219f10b06db3248b
Diffstat (limited to 'cui/source/inc/cfgutil.hxx')
-rw-r--r--cui/source/inc/cfgutil.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx
index c6ba6eaaae21..93d151d136a3 100644
--- a/cui/source/inc/cfgutil.hxx
+++ b/cui/source/inc/cfgutil.hxx
@@ -98,7 +98,6 @@ typedef boost::ptr_vector<SfxGroupInfo_Impl> SfxGroupInfoArr_Impl;
class SfxConfigFunctionListBox : public SvTreeListBox
{
friend class SfxConfigGroupListBox;
- SvTreeListEntry* pCurEntry;
SfxGroupInfoArr_Impl aArr;
SfxStylesInfo_Impl* pStylesInfo;
@@ -111,7 +110,6 @@ public:
void ClearAll();
using Window::GetHelpText;
- OUString GetHelpText( SvTreeListEntry *pEntry );
OUString GetCurCommand();
OUString GetCurLabel();
OUString GetSelectedScriptURI();
@@ -166,7 +164,6 @@ public:
bool bEventMode);
void SetFunctionListBox( SfxConfigFunctionListBox *pBox )
{ pFunctionListBox = pBox; }
- void Open( SvTreeListEntry*, bool );
void GroupSelected();
void SelectMacro( const SfxMacroInfoItem* );
void SelectMacro( const OUString&, const OUString& );