diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-05-26 07:16:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-05-26 07:16:08 +0000 |
commit | 2fbd96ce9c7f53b588779616ab1b6afed0abf581 (patch) | |
tree | 7d0b725f59c3340e670d7c39bf727791ef40c720 /sw/source/ui/utlui/initui.cxx | |
parent | 67712e0959373b07acf3bcb9f8d61c90c949399f (diff) |
INTEGRATION: CWS os10 (1.7.22); FILE MERGED
2003/05/14 07:33:34 os 1.7.22.1: #109593# remove SwDBToolsClient in SwDLL::Exit instead of using a static object
Diffstat (limited to 'sw/source/ui/utlui/initui.cxx')
-rw-r--r-- | sw/source/ui/utlui/initui.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/source/ui/utlui/initui.cxx b/sw/source/ui/utlui/initui.cxx index 3e4a632971..246f1a7754 100644 --- a/sw/source/ui/utlui/initui.cxx +++ b/sw/source/ui/utlui/initui.cxx @@ -2,9 +2,9 @@ * * $RCSfile: initui.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:55:40 $ + * last change: $Author: vg $ $Date: 2003-05-26 08:16:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,6 +99,9 @@ #ifndef _AUTHFLD_HXX #include <authfld.hxx> #endif +#ifndef _DBMGR_HXX +#include <dbmgr.hxx> +#endif #define C2S(cChar) UniString::CreateFromAscii(cChar) /*-------------------------------------------------------------------- @@ -127,6 +130,7 @@ SvStringsDtor* pAuthFieldTypeList = 0; void _FinitUI() { + SwNewDBMgr::RemoveDbtoolsClient(); delete ViewShell::GetShellRes(); ViewShell::SetShellRes( 0 ); |