diff options
author | Mikhail Voitenko <mav@openoffice.org> | 2002-09-30 14:16:32 +0000 |
---|---|---|
committer | Mikhail Voitenko <mav@openoffice.org> | 2002-09-30 14:16:32 +0000 |
commit | 396785a4a0850ace957abe4b81734d4e13c5b6d6 (patch) | |
tree | e419795d98bf6affc2ccaee220f0ac5818dc203f /sfx2/source/appl/makefile.mk | |
parent | 3727e045473353cc8b5510a0e4da3562a06b691d (diff) |
#103841# remove dead code
Diffstat (limited to 'sfx2/source/appl/makefile.mk')
-rw-r--r-- | sfx2/source/appl/makefile.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk index 689f12cd1217..cb5e72358f6a 100644 --- a/sfx2/source/appl/makefile.mk +++ b/sfx2/source/appl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: pb $ $Date: 2001-10-17 11:00:16 $ +# last change: $Author: mav $ $Date: 2002-09-30 15:14:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,12 +91,8 @@ SRS2NAME=sfx SRC2FILES = \ sfx.src -OBJFILES = \ - $(OBJ)$/appctor.obj - SLOFILES = \ $(SLO)$/imagemgr.obj\ - $(SLO)$/rmacceptor.obj\ $(SLO)$/appuno.obj \ $(SLO)$/appmail.obj \ $(SLO)$/appmain.obj \ @@ -124,13 +120,8 @@ SLOFILES = \ $(SLO)$/dlgcont.obj \ $(SLO)$/namecont.obj \ $(SLO)$/scriptcont.obj \ - $(SLO)$/oinstanceprovider.obj \ - $(SLO)$/opluginframefactory.obj \ - $(SLO)$/pluginacceptthread.obj \ - $(SLO)$/officeacceptthread.obj \ $(SLO)$/newhelp.obj \ $(SLO)$/helpinterceptor.obj \ - $(SLO)$/cmdlineargs.obj \ $(SLO)$/shutdownicon.obj \ $(SLO)$/shutdowniconw32.obj \ $(SLO)$/sfxpicklist.obj \ @@ -143,7 +134,6 @@ EXCEPTIONSFILES=\ $(SLO)$/frstinit.obj \ $(SLO)$/appinit.obj \ $(SLO)$/picklist.obj \ - $(SLO)$/rmacceptor.obj \ $(SLO)$/appcfg.obj \ $(SLO)$/helpinterceptor.obj \ $(SLO)$/newhelp.obj \ |