diff options
author | Dirk Völzke <dv@openoffice.org> | 2001-03-23 14:09:11 +0000 |
---|---|---|
committer | Dirk Völzke <dv@openoffice.org> | 2001-03-23 14:09:11 +0000 |
commit | 5c08c2a648978745f44e915aa9a96f5580060b14 (patch) | |
tree | 669778df1100a9e3775b2ed6836e552b44a8e76a /sfx2/source/doc/makefile.mk | |
parent | 29ac9927a3dfcf2594bec08168421b8ccebaf793 (diff) |
added doctemplates.cxx
Diffstat (limited to 'sfx2/source/doc/makefile.mk')
-rw-r--r-- | sfx2/source/doc/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sfx2/source/doc/makefile.mk b/sfx2/source/doc/makefile.mk index c6e79899b9d6..85eccbd4fb9f 100644 --- a/sfx2/source/doc/makefile.mk +++ b/sfx2/source/doc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: dv $ $Date: 2001-02-21 13:00:58 $ +# last change: $Author: dv $ $Date: 2001-03-23 15:09:11 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,6 +96,7 @@ SLOFILES = \ $(SLO)$/docfac.obj \ $(SLO)$/docfilt.obj \ $(SLO)$/doctempl.obj \ + $(SLO)$/doctemplates.obj \ $(SLO)$/docvor.obj \ $(SLO)$/new.obj \ $(SLO)$/doctdlg.obj \ @@ -106,6 +107,8 @@ SLOFILES = \ EXCEPTIONSFILES=$(SLO)$/objuno.obj \ $(SLO)$/docfac.obj \ $(SLO)$/docfile.obj \ + $(SLO)$/doctempl.obj \ + $(SLO)$/doctemplates.obj \ $(SLO)$/sfxbasemodel.obj \ $(SLO)$/objxtor.obj \ $(SLO)$/xmlversion.obj |