diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 10:43:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 10:43:00 +0000 |
commit | 58983021f15807f90473855949e33314a81d010a (patch) | |
tree | ebaa00a09c03a2d3b72524297457fd9d788d33be | |
parent | 4a75505e724942b2bdee14ea166aa6d7098e3dac (diff) |
INTEGRATION: CWS mav17 (1.13.202); FILE MERGED
2005/02/28 11:00:05 mav 1.13.202.1: #i42398# handle impossibility to get visual area
-rw-r--r-- | sc/source/ui/app/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/app/makefile.mk b/sc/source/ui/app/makefile.mk index d9c9bee55f98..8ed2bc2e33bd 100644 --- a/sc/source/ui/app/makefile.mk +++ b/sc/source/ui/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: kz $ $Date: 2004-10-04 20:13:18 $ +# last change: $Author: obo $ $Date: 2005-03-15 11:43:00 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -103,7 +103,8 @@ SLOFILES = \ EXCEPTIONSFILES= \ $(SLO)$/drwtrans.obj \ $(SLO)$/scmod2.obj \ - $(SLO)$/scmod.obj + $(SLO)$/scmod.obj \ + $(SLO)$/client.obj #LIB3TARGET=$(SLB)$/ysclib.lib #LIB3OBJFILES=$(SLO)$/sclib.obj |