diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-01-23 12:06:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-23 14:11:00 +0000 |
commit | 22a8a96bc5e98c7171e225f4e59990f624b734cc (patch) | |
tree | 5ab097cfa0520f2e3e3ced61eca42130a203e9e4 /cui/source/inc | |
parent | fb0cce507f9c83485da56847529d2fae4d53d9a3 (diff) |
rename SfxConfigGroupListBox_Impl as SfxConfigGroupListBox
Change-Id: Id2e25b5feecc0bab5b4e926e5fe44320979d89ba
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/acccfg.hxx | 4 | ||||
-rw-r--r-- | cui/source/inc/cfgutil.hxx | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx index 550de409c0e3..18af4413b59a 100644 --- a/cui/source/inc/acccfg.hxx +++ b/cui/source/inc/acccfg.hxx @@ -46,7 +46,7 @@ #include "cfgutil.hxx" class SfxMacroInfoItem; -class SfxConfigGroupListBox_Impl; +class SfxConfigGroupListBox; class SfxConfigFunctionListBox_Impl; class SfxAcceleratorConfigPage; class SfxStringItem; @@ -122,7 +122,7 @@ private: PushButton aChangeButton; PushButton aRemoveButton; FixedText aGroupText; - SfxConfigGroupListBox_Impl* pGroupLBox; + SfxConfigGroupListBox* pGroupLBox; FixedText aFunctionText; SfxConfigFunctionListBox_Impl* pFunctionBox; FixedText aKeyText; diff --git a/cui/source/inc/cfgutil.hxx b/cui/source/inc/cfgutil.hxx index 2a4f30eecc51..c3e593f53125 100644 --- a/cui/source/inc/cfgutil.hxx +++ b/cui/source/inc/cfgutil.hxx @@ -101,7 +101,7 @@ typedef boost::ptr_vector<SfxGroupInfo_Impl> SfxGroupInfoArr_Impl; class SfxConfigFunctionListBox_Impl : public SvTreeListBox { - friend class SfxConfigGroupListBox_Impl; + friend class SfxConfigGroupListBox; Timer aTimer; SvTreeListEntry* pCurEntry; SfxGroupInfoArr_Impl aArr; @@ -125,7 +125,7 @@ public: }; struct SvxConfigGroupBoxResource_Impl; -class SfxConfigGroupListBox_Impl : public SvTreeListBox +class SfxConfigGroupListBox : public SvTreeListBox { SvxConfigGroupBoxResource_Impl* pImp; SfxConfigFunctionListBox_Impl* pFunctionListBox; @@ -165,10 +165,10 @@ protected: virtual sal_Bool Expand( SvTreeListEntry* pParent ); public: - SfxConfigGroupListBox_Impl ( Window* pParent, + SfxConfigGroupListBox ( Window* pParent, const ResId&, sal_uLong nConfigMode = 0 ); - ~SfxConfigGroupListBox_Impl(); + ~SfxConfigGroupListBox(); void ClearAll(); void Init(const css::uno::Reference< css::uno::XComponentContext >& xContext, |