summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appmisc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appmisc.cxx')
-rw-r--r--sfx2/source/appl/appmisc.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sfx2/source/appl/appmisc.cxx b/sfx2/source/appl/appmisc.cxx
index 1ed0bd524a69..6c2defaecf7b 100644
--- a/sfx2/source/appl/appmisc.cxx
+++ b/sfx2/source/appl/appmisc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appmisc.cxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: mba $ $Date: 2002-10-11 18:06:04 $
+ * last change: $Author: hr $ $Date: 2003-03-27 11:27:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,6 @@
#include "sfxresid.hxx"
#include "app.hxx"
-#include "picklist.hxx"
#include "appdata.hxx"
#include "arrdecl.hxx"
#include "cfgmgr.hxx"
@@ -706,6 +705,11 @@ SfxAcceleratorManager* SfxApplication::GetAcceleratorManager() const
return pAcceleratorMgr;
}
+SfxAcceleratorManager* SfxApplication::GetGlobalAcceleratorManager() const
+{
+ return pAcceleratorMgr;
+}
+
ISfxTemplateCommon* SfxApplication::GetCurrentTemplateCommon()
{
if( pAppData_Impl->pTemplateCommon )