summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-22 15:47:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-22 16:35:26 +0000
commit28da94a0907ba4d34a7b6db9ae52773d1b39a533 (patch)
treee9f66e574e67e8b1c62227e9d062a32c3c83958a /cui/source/inc
parent77637324abc193d831bb4a0fa6f9a91ef3601960 (diff)
as far as I can see there is no users of SvxShortcutAssignDlg
Change-Id: I624500b149abbcc6f5fb7e16f68b852d8a2c0f29
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/acccfg.hxx24
1 files changed, 0 insertions, 24 deletions
diff --git a/cui/source/inc/acccfg.hxx b/cui/source/inc/acccfg.hxx
index d6e732697224..550de409c0e3 100644
--- a/cui/source/inc/acccfg.hxx
+++ b/cui/source/inc/acccfg.hxx
@@ -182,30 +182,6 @@ public:
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rAttrSet );
};
-
-class SfxAcceleratorConfigListBox : public ListBox
-{
- void KeyInput( const KeyEvent &rKEvt );
-
-public:
-
- SfxAcceleratorConfigListBox( Window *pParent, ResId &rResId ) :
- ListBox( pParent, rResId ) {}
-
- void ReplaceEntry( sal_uInt16 nPos, const OUString &rStr );
- void ExpandEntry ( sal_uInt16 nPos, const OUString &rStr );
-};
-
-class SvxShortcutAssignDlg : public SfxNoLayoutSingleTabDialog
-{
-public:
- SvxShortcutAssignDlg(
- Window* pParent,
- const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& rxDocumentFrame,
- const SfxItemSet& rSet );
- virtual ~SvxShortcutAssignDlg();
-};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */