diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:09:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:09:32 +0000 |
commit | 567d5cb22c901b3f931eec21b77153a9322197fe (patch) | |
tree | fb403583341b1aba0dd8beec7a306a3e9b8156a8 /uui | |
parent | 6b1777244707aef3ca03ff1d58ba0a131341e42c (diff) |
INTEGRATION: CWS updatefeed (1.7.84); FILE MERGED
2006/12/04 16:59:29 kso 1.7.84.1: #i72238# - New service: css.task.InteractionRequestStringResolver
- refactored service css.task.InteractionHandler:
base class UUIInteractionHelper that is used now by both
implementation of service css.task.InteractionHandler and
new service css.task.InteractionRequestStringResolver.
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/uui/source/makefile.mk b/uui/source/makefile.mk index 0f4c065ca825..34363fd98a5f 100644 --- a/uui/source/makefile.mk +++ b/uui/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-09 10:22:33 $ +# last change: $Author: kz $ $Date: 2006-12-13 15:09:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,9 @@ SLOFILES = \ $(SLO)$/masterpasscrtdlg.obj \ $(SLO)$/passworddlg.obj \ $(SLO)$/passcrtdlg.obj \ - $(SLO)$/fltdlg.obj + $(SLO)$/fltdlg.obj\ + $(SLO)$/interactionhandler.obj\ + $(SLO)$/requeststringresolver.obj SRS1NAME=$(TARGET) SRC1FILES = \ cookiedg.src \ |