diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:15:19 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 14:15:19 +0000 |
commit | a8caa173c047c7172a0e3dca20ddcf7d31bc0185 (patch) | |
tree | f3f27ff6b8dfe21c2e3764c74a23db047194a984 /sw/source/ui/app/swdll.cxx | |
parent | 8e26545a1139551a97670f6abe59d85b4c8009cc (diff) |
INTEGRATION: CWS aw024 (1.14.98); FILE MERGED
2006/09/22 01:55:26 aw 1.14.98.4: RESYNC: (1.19-1.20); FILE MERGED
2006/05/12 21:53:08 aw 1.14.98.3: RESYNC: (1.17-1.18); FILE MERGED
2005/09/17 20:37:25 aw 1.14.98.2: RESYNC: (1.14-1.15); FILE MERGED
2004/12/27 10:06:25 aw 1.14.98.1: #i39525
Diffstat (limited to 'sw/source/ui/app/swdll.cxx')
-rw-r--r-- | sw/source/ui/app/swdll.cxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/app/swdll.cxx b/sw/source/ui/app/swdll.cxx index e406d630bcef..10b564f44f0b 100644 --- a/sw/source/ui/app/swdll.cxx +++ b/sw/source/ui/app/swdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: swdll.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2006-09-16 22:35:38 $ + * last change: $Author: ihi $ $Date: 2006-11-14 15:15:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -138,9 +138,6 @@ void SwDLL::Init() // ::com::sun::star::form::component::Form-Objekt-Factory eintragen FmFormObjFactory(); - // factory for dummy import of old si-controls in 3.1 documents -//BFS02 SiImportFactory(); - SdrObjFactory::InsertMakeObjectHdl( LINK( &aSwObjectFactory, SwObjectFactory, MakeObject ) ); RTL_LOGFILE_CONTEXT_TRACE( aLog, "Init Core/UI/Filter" ); |