diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-11-13 18:26:14 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-11-13 18:26:14 +0000 |
commit | 6a781e98d8bea1a7fae126280cc0398e10dfef56 (patch) | |
tree | e5bdb233192723837d995a19845f43102c83a46d /sc/source/ui/unoobj/makefile.mk | |
parent | 5f9a4c48c87dbb3c5e0d8969799f5bb920a09eb0 (diff) |
dispuno
Diffstat (limited to 'sc/source/ui/unoobj/makefile.mk')
-rw-r--r-- | sc/source/ui/unoobj/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/makefile.mk b/sc/source/ui/unoobj/makefile.mk index d6f16cf60c1d..46ea0284d561 100644 --- a/sc/source/ui/unoobj/makefile.mk +++ b/sc/source/ui/unoobj/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: nn $ $Date: 2000-10-12 10:20:42 $ +# last change: $Author: nn $ $Date: 2000-11-13 19:26:14 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -97,6 +97,7 @@ CXXFILES = \ funcuno.cxx \ nameuno.cxx \ viewuno.cxx \ + dispuno.cxx \ datauno.cxx \ dapiuno.cxx \ chartuno.cxx \ @@ -124,6 +125,7 @@ SLOFILES = \ $(SLO)$/funcuno.obj \ $(SLO)$/nameuno.obj \ $(SLO)$/viewuno.obj \ + $(SLO)$/dispuno.obj \ $(SLO)$/datauno.obj \ $(SLO)$/dapiuno.obj \ $(SLO)$/chartuno.obj \ |