summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appmain.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2000-11-20 12:16:14 +0000
committerMathias Bauer <mba@openoffice.org>2000-11-20 12:16:14 +0000
commitd238d576b2b050c6a9f9355526b6143a3753f393 (patch)
tree573cce48f2bb4fda9db405308500ceb82806c0c1 /sfx2/source/appl/appmain.cxx
parenta385f09e9a47fe4236d0d0fd0052b039df1382d6 (diff)
EaCopier removed
Diffstat (limited to 'sfx2/source/appl/appmain.cxx')
-rw-r--r--sfx2/source/appl/appmain.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx
index 9b82d38a3485..4baff3a9e0a1 100644
--- a/sfx2/source/appl/appmain.cxx
+++ b/sfx2/source/appl/appmain.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appmain.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: sb $ $Date: 2000-11-09 13:09:25 $
+ * last change: $Author: mba $ $Date: 2000-11-20 13:16:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,6 @@
#include "mnumgr.hxx"
#include "stbmgr.hxx"
#include "imgmgr.hxx"
-#include "eacopier.hxx"
#include "appuno.hxx"
#include "objuno.hxx"
#include "app.hrc"
@@ -177,8 +176,6 @@ static SfxItemInfo __READONLY_DATA aItemInfos[] =
};
#endif
-static SfxEA_Copier* pEA_Copier = 0;
-
//===================================================================
typedef Link* LinkPtr;
@@ -267,9 +264,6 @@ void SfxApplication::Exit()
void SfxApplication::PreInit( )
{
- // in Tools das kopieren von EAs ermoeglichen
- if ( !pEA_Copier )
- pEA_Copier = new SfxEA_Copier;
}
USHORT SfxApplication::ParseCommandLine_Impl()