diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:06:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:06:52 +0000 |
commit | 020fe9cd92a0067536ee773652ea13e5eb1ead4f (patch) | |
tree | 4263c5470e7c5ef3a20ffc5612785e72c41878e5 /comphelper | |
parent | 94ceaf435ea865180ae78814e035abcc7af09179 (diff) |
INTEGRATION: CWS mav09 (1.19.32); FILE MERGED
2004/07/15 10:36:36 mav 1.19.32.8: #i27773# resolve resync problems
2004/07/08 07:20:59 mav 1.19.32.7: RESYNC: (1.24-1.26); FILE MERGED
2004/05/18 11:52:41 mav 1.19.32.6: #i27773# resolve resync problems
2004/05/17 16:10:36 mav 1.19.32.5: RESYNC: (1.23-1.24); FILE MERGED
2004/04/30 16:20:35 mba 1.19.32.4: #i27773#: resync problem
2004/04/30 16:18:25 mba 1.19.32.3: #i27773#: resync problem
2004/04/29 16:47:20 mav 1.19.32.2: RESYNC: (1.19-1.23); FILE MERGED
2004/04/22 12:38:40 mav 1.19.32.1: #i27773# implement storage helper
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index ab93f604e310..1f1a5a2bc1d0 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: rt $ $Date: 2004-06-14 09:50:48 $ +# last change: $Author: kz $ $Date: 2004-10-04 21:06:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -94,8 +94,9 @@ SLOFILES= \ $(SLO)$/accessibleeventnotifier.obj \ $(SLO)$/accessiblewrapper.obj \ $(SLO)$/proxyaggregation.obj \ + $(SLO)$/sequenceashashmap.obj \ + $(SLO)$/storagehelper.obj \ $(SLO)$/anytostring.obj \ - $(SLO)$/sequenceashashmap.obj \ $(SLO)$/mediadescriptor.obj \ $(SLO)$/locale.obj |