From 6a781e98d8bea1a7fae126280cc0398e10dfef56 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Mon, 13 Nov 2000 18:26:14 +0000 Subject: dispuno --- sc/source/ui/unoobj/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/unoobj/makefile.mk') 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 \ -- cgit