diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 15:36:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 15:36:19 +0000 |
commit | cabe5f63be24bff65f564a1e767331767012e222 (patch) | |
tree | 47f230053a73cb66661e99116cc5e8cb500311d3 /sc/source/core | |
parent | c13cc1e58d946605cddbbe65b8d483933e647d81 (diff) |
INTEGRATION: CWS calc25 (1.13.116); FILE MERGED
2004/11/02 16:33:35 nn 1.13.116.1: #b5079741# use Time::GetSystemTicks instead of own GetSysTicks
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/tool/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/core/tool/makefile.mk b/sc/source/core/tool/makefile.mk index 3baca2758f06..af1dcfc9edbf 100644 --- a/sc/source/core/tool/makefile.mk +++ b/sc/source/core/tool/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hr $ $Date: 2004-08-02 16:57:30 $ +# last change: $Author: obo $ $Date: 2004-11-15 16:36:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -128,7 +128,6 @@ SLOFILES = \ $(SLO)$/reffind.obj \ $(SLO)$/refreshtimer.obj \ $(SLO)$/refupdat.obj \ - $(SLO)$/scdebug.obj \ $(SLO)$/scmatrix.obj \ $(SLO)$/sctictac.obj \ $(SLO)$/subtotal.obj \ |