diff options
Diffstat (limited to 'sfx2/source/view/viewsh.cxx')
-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(); } /* |