summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-12-18 12:46:03 +0000
committerOliver Specht <os@openoffice.org>2000-12-18 12:46:03 +0000
commit80fa07d48df53a5ac6b541206da12c29f09a2ed3 (patch)
tree122d946273bbcab8acb30ac36cc15d483eade8af /sw/source
parentac85751249e8c5f4c5cb8f730405619a12314533 (diff)
#82282# plugin menu without portal restrictions
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/ui/app/swdll.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/app/swdll.cxx b/sw/source/ui/app/swdll.cxx
index bd10e230bc0c..ac5b518f2eb0 100644
--- a/sw/source/ui/app/swdll.cxx
+++ b/sw/source/ui/app/swdll.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swdll.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2000-10-12 08:24:08 $
+ * last change: $Author: os $ $Date: 2000-12-18 13:46:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@ void SwDLL::Init()
(*ppShlPtr)->pSwWebDocShellFactory = pWDocFact ;
(*ppShlPtr)->pSwGlobalDocShellFactory = pGlobDocFact;
- SwDocShell::Factory().RegisterPluginMenuBar( SW_RES(CFG_SW_MENU_PORTAL));
+ SwDocShell::Factory().RegisterPluginMenuBar( SW_RES(CFG_SW_MENU));
SwDocShell::Factory().RegisterMenuBar(SW_RES(CFG_SW_MENU));
SwDocShell::Factory().RegisterAccel(SW_RES(CFG_SW_ACCEL));
SwWebDocShell::Factory().RegisterPluginMenuBar( SW_RES(CFG_SWWEB_MENU_PORTAL));