diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-06-11 09:11:57 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-06-11 09:11:57 +0000 |
commit | fe5c005cd2d6955870e77672661ecc0577d3bca7 (patch) | |
tree | 14ed972f3def8c6f4c30e653f431a1ed78877f69 | |
parent | cc91889c149e46b2779b682723835c528fc31742 (diff) |
#87722#: get AcceleratorManager from factory
-rw-r--r-- | sfx2/source/view/viewsh.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx index 77c422d65a9f..50abe21c46ab 100644 --- a/sfx2/source/view/viewsh.cxx +++ b/sfx2/source/view/viewsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: viewsh.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: cd $ $Date: 2001-06-05 08:35:33 $ + * last change: $Author: mba $ $Date: 2001-06-11 10:11:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1682,7 +1682,7 @@ SfxMenuBarManager* SfxViewShell::GetMenuBar_Impl( BOOL bPlugin ) SfxAcceleratorManager* SfxViewShell::GetAccMgr_Impl() { // all views of a document share the accelerators - return GetObjectShell()->GetFactory().GetAccMgr_Impl(); + return GetObjectShell()->GetAccMgr_Impl(); } /* |