diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-06-14 10:42:00 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-06-14 10:42:00 +0000 |
commit | 69e88c0c093586365411dd9a2912dbcacee52f7c (patch) | |
tree | a67895484a35e7f4955a2fc0f1008c600dc495ae /sw/inc/swdll.hxx | |
parent | 14fad10986294eb7143d81fe1fea02b46acefcbb (diff) |
#86150#: enable office without writer: webfactory always present, others are optional
Diffstat (limited to 'sw/inc/swdll.hxx')
-rw-r--r-- | sw/inc/swdll.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/swdll.hxx b/sw/inc/swdll.hxx index bdabfeafdd62..c0d6c2db4c60 100644 --- a/sw/inc/swdll.hxx +++ b/sw/inc/swdll.hxx @@ -2,9 +2,9 @@ * * $RCSfile: swdll.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:14:28 $ + * last change: $Author: mba $ $Date: 2001-06-14 11:41:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -145,8 +145,8 @@ public: SotFactory* pSwGlobalDocShellFactory; SwModuleDummy( ResMgr *pResMgr, BOOL bDummy, - SotFactory* pFact, SotFactory* pWebFact, + SotFactory* pFact, SotFactory* pGlobalFact ) : SfxModule(pResMgr, bDummy, (SfxObjectFactory*)pFact, |