diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-11 11:57:43 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-11 11:57:43 +0100 |
commit | 59153fc8dabb9260d89fccfdc4fe2a0a547dec11 (patch) | |
tree | aa92bbf24a487bea6ad8382e18cd1eaabae2d571 /sfx2/inc | |
parent | 0014f10d9237e82357e11aedecca817f67827536 (diff) |
#i107172#: remove unused code
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/module.hxx | 1 | ||||
-rw-r--r-- | sfx2/inc/sfx2/objsh.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/module.hxx b/sfx2/inc/sfx2/module.hxx index f8e3f9c7163a..599102464c79 100644 --- a/sfx2/inc/sfx2/module.hxx +++ b/sfx2/inc/sfx2/module.hxx @@ -40,7 +40,6 @@ class ImageList; -class SfxAcceleratorManager; class SfxBindings; class SfxObjectFactory; class ModalDialog; diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx index cc525f4acd7d..880494057714 100644 --- a/sfx2/inc/sfx2/objsh.hxx +++ b/sfx2/inc/sfx2/objsh.hxx @@ -96,7 +96,6 @@ class Bitmap; class INetURLObject; class IndexBitSet; class SfxTopFrame; -class SfxAcceleratorManager; class JobSetup; class Size; class Point; @@ -798,7 +797,6 @@ public: // configuration items SAL_DLLPRIVATE SfxEventConfigItem_Impl* GetEventConfig_Impl( sal_Bool bForce=sal_False ); - SAL_DLLPRIVATE SfxAcceleratorManager* GetAccMgr_Impl(); SAL_DLLPRIVATE SfxToolBoxConfig* GetToolBoxConfig_Impl(); SAL_DLLPRIVATE sal_uInt16 ImplGetSignatureState( sal_Bool bScriptingContent = FALSE ); |