diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:20:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-09-09 15:20:20 +0000 |
commit | 66fa041aca04a5bd6dad80c00de0237ff94dea67 (patch) | |
tree | d327584b428be79b7abd2d704f17066744722287 /vcl/source/helper | |
parent | 5b9ecafa6a6e586dc5b1a82b328897b83e23a242 (diff) |
INTEGRATION: CWS toolbars2 (1.13.102); FILE MERGED
2004/08/06 14:09:39 gh 1.13.102.1: #i32449#New class to hold numeric and String Id
Diffstat (limited to 'vcl/source/helper')
-rw-r--r-- | vcl/source/helper/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/vcl/source/helper/makefile.mk b/vcl/source/helper/makefile.mk index c030f6056b91..e128b5cc6a60 100644 --- a/vcl/source/helper/makefile.mk +++ b/vcl/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: obo $ $Date: 2004-03-17 13:57:06 $ +# last change: $Author: obo $ $Date: 2004-09-09 16:20:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,7 +79,8 @@ SLOFILES=\ $(SLO)$/evntpost.obj \ $(SLO)$/canvastools.obj \ $(SLO)$/xconnection.obj \ - $(SLO)$/threadex.obj + $(SLO)$/threadex.obj \ + $(SLO)$/smartid.obj # --- Targets ------------------------------------------------------ |