summaryrefslogtreecommitdiff
path: root/sfx2/source/explorer
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-05-07 09:37:30 +0000
committerPeter Burow <pb@openoffice.org>2001-05-07 09:37:30 +0000
commitb570eb3efa397fa41f72f2e93b002814ea9b2b5e (patch)
tree6b16feee2ba10cb6e7dacabff3d96247286db3c7 /sfx2/source/explorer
parent574d7e7ec484351238e54324566488fbf7587bf2 (diff)
fix: #85201# fileview.cxx moved to SVTOOLS
Diffstat (limited to 'sfx2/source/explorer')
-rw-r--r--sfx2/source/explorer/makefile.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/sfx2/source/explorer/makefile.mk b/sfx2/source/explorer/makefile.mk
index 238c4b1e5e70..05c84e9241af 100644
--- a/sfx2/source/explorer/makefile.mk
+++ b/sfx2/source/explorer/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: mba $ $Date: 2001-05-03 10:31:39 $
+# last change: $Author: pb $ $Date: 2001-05-07 10:37:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -84,8 +84,7 @@ SLOFILES = \
$(SLO)$/iodlg.obj \
$(SLO)$/iodlgimp.obj \
$(SLO)$/iodlgimpl.obj \
- $(SLO)$/sfxdir.obj \
- $(SLO)$/fileview.obj
+ $(SLO)$/sfxdir.obj
.IF "$(GUI)"=="WNT"
CXXFILES += goffline.cxx
@@ -97,8 +96,7 @@ EXCEPTIONSFILES = \
SRCFILES = \
explorer.src \
- iodlg.src \
- fileview.src
+ iodlg.src
# --- Targets ------------------------------------------------------