diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:57:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-05 07:57:50 +0000 |
commit | d65c84b7e3d39d0231a737bacb101362111ca1ce (patch) | |
tree | 8610a2b2c3b2575d8e337ab95b6954acf06c368f /framework/source/dispatch | |
parent | 81ebc5c34982fe2e86dfd30b851ae96f52b97aad (diff) |
INTEGRATION: CWS aquavcl01 (1.12.18); FILE MERGED
2007/06/04 11:20:25 pl 1.12.18.1: #i78078# add: window command dispatcher
Diffstat (limited to 'framework/source/dispatch')
-rw-r--r-- | framework/source/dispatch/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/dispatch/makefile.mk b/framework/source/dispatch/makefile.mk index 71391b384c55..9beb95e40a3b 100644 --- a/framework/source/dispatch/makefile.mk +++ b/framework/source/dispatch/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: ihi $ $Date: 2007-04-16 16:38:58 $ +# last change: $Author: rt $ $Date: 2007-07-05 08:57:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -61,7 +61,8 @@ SLOFILES= $(SLO)$/interceptionhelper.obj \ $(SLO)$/servicehandler.obj \ $(SLO)$/closedispatcher.obj \ $(SLO)$/systemexec.obj \ - $(SLO)$/popupmenudispatcher.obj + $(SLO)$/popupmenudispatcher.obj \ + $(SLO)$/windowcommanddispatch.obj # --- Targets ------------------------------------------------------ |