summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-21 13:34:06 +0000
committerjp <jp@openoffice.org>2000-11-21 13:34:06 +0000
commitc593ef15cf0eb4768615c6c2d920fb5d6758a61e (patch)
tree5266aac00924ff3f2cbf67f2d1fd8662cde6beef /sw/source
parentfa05fff1347f9427a7fc362c8e062fb9608a8f78 (diff)
Bug #79951#: Finit: remove localedatawrapper
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/bastyp/init.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/bastyp/init.cxx b/sw/source/core/bastyp/init.cxx
index 6576ee595ade..3b1e8e4f0ad4 100644
--- a/sw/source/core/bastyp/init.cxx
+++ b/sw/source/core/bastyp/init.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: init.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: jp $ $Date: 2000-11-20 09:15:55 $
+ * last change: $Author: jp $ $Date: 2000-11-21 14:34:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -918,6 +918,7 @@ void _FinitCore()
delete pBreakIt;
delete pAppCharClass;
+ delete pAppLocaleData;
// das default TableAutoFormat zerstoeren
delete SwTableAutoFmt::pDfltBoxAutoFmt;