diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 10:43:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 10:43:43 +0000 |
commit | 2117c73dcd2cfe73c55249b7df7e48b9cf3ec083 (patch) | |
tree | 7f1a258feedcac2880d8188f8134edcaca3de31d | |
parent | 5533101a6f221a7addb3481535e36e90c3a3c15a (diff) |
INTEGRATION: CWS mav17 (1.10.204); FILE MERGED
2005/03/02 18:53:16 mav 1.10.204.3: RESYNC: (1.10-1.11); FILE MERGED
2005/02/28 11:00:06 mav 1.10.204.2: #i42398# handle impossibility to get visual area
2005/02/24 15:44:13 mav 1.10.204.1: #i41699# creation of an object from clipboard
-rw-r--r-- | sc/source/ui/view/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sc/source/ui/view/makefile.mk b/sc/source/ui/view/makefile.mk index f4cf6cab7711..2194f8a0b458 100644 --- a/sc/source/ui/view/makefile.mk +++ b/sc/source/ui/view/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2005-02-21 13:53:38 $ +# last change: $Author: obo $ $Date: 2005-03-15 11:43:43 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -182,8 +182,12 @@ SLOFILES = \ EXCEPTIONSFILES= \ $(SLO)$/cellsh1.obj \ + $(SLO)$/drawvie4.obj \ $(SLO)$/formatsh.obj \ - $(SLO)$/viewdata.obj + $(SLO)$/tabvwshb.obj \ + $(SLO)$/viewdata.obj \ + $(SLO)$/viewfun5.obj \ + $(SLO)$/viewfun7.obj # goal seek -O2 |