diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:49:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 12:49:51 +0000 |
commit | b792249fa4c5b239fd9797979e5c419c7d9c7bb8 (patch) | |
tree | 0febd2d81d4a61c1eb4b6a8efc104f8ed8eddd2d /extensions/source/activex | |
parent | 50cde25bec7315446fb89d552efc10ad84c372dd (diff) |
INTEGRATION: CWS fwk32 (1.11.6); FILE MERGED
2006/01/30 10:58:34 mav 1.11.6.1: #120410# let the document be locked from closing while the control is running, use DocumentCloser to close the frame
Diffstat (limited to 'extensions/source/activex')
-rw-r--r-- | extensions/source/activex/main/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk index 4681db2dff21..8551269e198a 100644 --- a/extensions/source/activex/main/makefile.mk +++ b/extensions/source/activex/main/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: rt $ $Date: 2006-01-10 15:58:16 $ +# last change: $Author: rt $ $Date: 2006-02-09 13:49:51 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -68,6 +68,7 @@ SLOFILES=\ $(SLO)$/SOActiveX.obj \ $(SLO)$/SOComWindowPeer.obj \ $(SLO)$/SODispatchInterceptor.obj \ + $(SLO)$/SOActionsApproval.obj \ $(SLO)$/StdAfx2.obj SHL1TARGET=$(TARGET) |