diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 15:52:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 15:52:13 +0000 |
commit | 1eb586aea40143e636823fe92e77a041379eaaf9 (patch) | |
tree | 1717f354671eaefbcf91dfcc36c49c1d8289be44 /framework/source/dispatch | |
parent | 295607e865f1187487cc1e5a4cc1ffb06fe0951b (diff) |
INTEGRATION: CWS unifysound01_DEV300 (1.13.26); FILE MERGED
2007/08/30 15:00:08 cmc 1.13.26.1: remove SoundHandler from framework
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r-- | framework/source/dispatch/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/source/dispatch/makefile.mk b/framework/source/dispatch/makefile.mk index 9beb95e40a3b..a4cb511fdd5d 100644 --- a/framework/source/dispatch/makefile.mk +++ b/framework/source/dispatch/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2007-07-05 08:57:50 $ +# last change: $Author: kz $ $Date: 2008-03-07 16:52:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,7 +56,6 @@ SLOFILES= $(SLO)$/interceptionhelper.obj \ $(SLO)$/menudispatcher.obj \ $(SLO)$/helpagentdispatcher.obj \ $(SLO)$/mailtodispatcher.obj \ - $(SLO)$/soundhandler.obj \ $(SLO)$/interaction.obj \ $(SLO)$/servicehandler.obj \ $(SLO)$/closedispatcher.obj \ |