diff options
author | Niklas Nebel <nn@openoffice.org> | 2000-09-28 17:19:26 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2000-09-28 17:19:26 +0000 |
commit | f063e4d08eddd5493d3295dcf08ce6a3b030e5c8 (patch) | |
tree | 9237f4294fdbe7cd2475a990165ec30f0444c449 /sc/source/ui/unoobj/makefile.mk | |
parent | e4eccecc0aff4f36bb6453dfbc94b3c25fa69c18 (diff) |
funcuno
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 b1c3ad07f44f..998836d9c9b3 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.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:45:07 $ +# last change: $Author: nn $ $Date: 2000-09-28 18:19:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -93,6 +93,7 @@ CXXFILES = \ fielduno.cxx \ miscuno.cxx \ appluno.cxx \ + funcuno.cxx \ nameuno.cxx \ viewuno.cxx \ datauno.cxx \ @@ -118,6 +119,7 @@ SLOFILES = \ $(SLO)$/fielduno.obj \ $(SLO)$/miscuno.obj \ $(SLO)$/appluno.obj \ + $(SLO)$/funcuno.obj \ $(SLO)$/nameuno.obj \ $(SLO)$/viewuno.obj \ $(SLO)$/datauno.obj \ |