summaryrefslogtreecommitdiff
path: root/cui/source/inc/acccfg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-23 12:06:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-23 14:11:00 +0000
commit22a8a96bc5e98c7171e225f4e59990f624b734cc (patch)
tree5ab097cfa0520f2e3e3ced61eca42130a203e9e4 /cui/source/inc/acccfg.hxx
parentfb0cce507f9c83485da56847529d2fae4d53d9a3 (diff)
rename SfxConfigGroupListBox_Impl as SfxConfigGroupListBox
Change-Id: Id2e25b5feecc0bab5b4e926e5fe44320979d89ba
Diffstat (limited to 'cui/source/inc/acccfg.hxx')
-rw-r--r--cui/source/inc/acccfg.hxx4
1 files changed, 2 insertions, 2 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;