summaryrefslogtreecommitdiff
path: root/cui/source/inc/cfgutil.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-23 11:41:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-23 14:11:00 +0000
commitdf942dcf9d271cb95b17ad4b4616626e9b15b575 (patch)
tree985ac857c1af9ee64e71d07489dba6e068785af2 /cui/source/inc/cfgutil.hxx
parent272bc403e0803483e4f9d1d7b880b97e803d15b0 (diff)
convert event assign page to .ui format
Change-Id: I99312fdba95a868c836af6452abec31565f2d067
Diffstat (limited to 'cui/source/inc/cfgutil.hxx')
-rw-r--r--cui/source/inc/cfgutil.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx
index 666cc8831285..2325aaaf6d45 100644
--- a/cui/source/inc/cfgutil.hxx
+++ b/cui/source/inc/cfgutil.hxx
@@ -111,8 +111,9 @@ class SfxConfigFunctionListBox : public SvTreeListBox
virtual void MouseMove( const MouseEvent& rMEvt );
public:
- SfxConfigFunctionListBox( Window*, const ResId& );
- ~SfxConfigFunctionListBox();
+ SfxConfigFunctionListBox(Window*, const ResId&);
+ SfxConfigFunctionListBox(Window*, WinBits nStyle);
+ ~SfxConfigFunctionListBox();
void ClearAll();
using Window::GetHelpText;
@@ -130,7 +131,6 @@ class SfxConfigGroupListBox : public SvTreeListBox
SvxConfigGroupBoxResource_Impl* pImp;
SfxConfigFunctionListBox* pFunctionListBox;
SfxGroupInfoArr_Impl aArr;
- sal_uLong nMode;
OUString m_sModuleLongName;
css::uno::Reference< css::uno::XComponentContext > m_xContext;
@@ -165,15 +165,15 @@ protected:
virtual sal_Bool Expand( SvTreeListEntry* pParent );
public:
- SfxConfigGroupListBox ( Window* pParent,
- const ResId&,
- sal_uLong nConfigMode = 0 );
+ SfxConfigGroupListBox(Window* pParent, const ResId&);
+ SfxConfigGroupListBox(Window* pParent, WinBits nStyle);
~SfxConfigGroupListBox();
void ClearAll();
void Init(const css::uno::Reference< css::uno::XComponentContext >& xContext,
const css::uno::Reference< css::frame::XFrame >& xFrame,
- const OUString& sModuleLongName);
+ const OUString& sModuleLongName,
+ bool bEventMode);
void SetFunctionListBox( SfxConfigFunctionListBox *pBox )
{ pFunctionListBox = pBox; }
void Open( SvTreeListEntry*, sal_Bool );