diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-06-14 08:50:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-06-14 08:50:48 +0000 |
commit | 74afb5dec5c7c38ea34b617056389f86fe4aa4cc (patch) | |
tree | 7fe039f2f0664413c47237f1198549682375b4bd /comphelper | |
parent | 219799b90b756735eba489f6c9fb076180634af9 (diff) |
#i10000# listenernotification.obj was listed twice
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/comphelper/source/misc/makefile.mk b/comphelper/source/misc/makefile.mk index ca64f57cb5d9..ab93f604e310 100644 --- a/comphelper/source/misc/makefile.mk +++ b/comphelper/source/misc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.25 $ +# $Revision: 1.26 $ # -# last change: $Author: kz $ $Date: 2004-06-10 16:51:48 $ +# last change: $Author: rt $ $Date: 2004-06-14 09:50:48 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -96,7 +96,6 @@ SLOFILES= \ $(SLO)$/proxyaggregation.obj \ $(SLO)$/anytostring.obj \ $(SLO)$/sequenceashashmap.obj \ - $(SLO)$/listenernotification.obj \ $(SLO)$/mediadescriptor.obj \ $(SLO)$/locale.obj |