diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 11:21:23 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 11:21:23 +0000 |
commit | 51a48ec858c37b2d8eb503a81c7ba041811591e0 (patch) | |
tree | 949930975093a9dab1a11f7d70a7b622a7e54a44 /cpputools | |
parent | 3122a22975c0dff493cdbb4d8e8ca18441c89338 (diff) |
INTEGRATION: CWS jsc15 (1.16.12); FILE MERGED
2006/11/21 07:08:59 jsc 1.16.12.1: #i69877# change XImplementationRegistration to XImplementationRegistration2
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/registercomponent/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpputools/source/registercomponent/makefile.mk b/cpputools/source/registercomponent/makefile.mk index 21e756ef2098..5bbb0fd1f170 100644 --- a/cpputools/source/registercomponent/makefile.mk +++ b/cpputools/source/registercomponent/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: vg $ $Date: 2006-05-24 14:30:10 $ +# last change: $Author: ihi $ $Date: 2006-12-20 12:21:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,7 +66,7 @@ UNOTYPES=\ com.sun.star.container.XContentEnumerationAccess \ com.sun.star.container.XSet \ com.sun.star.loader.CannotActivateFactoryException \ - com.sun.star.registry.XImplementationRegistration + com.sun.star.registry.XImplementationRegistration2 # --- Files -------------------------------------------------------- CDEFS += -DDLL_VERSION=\"$(UPD)$(DLLPOSTFIX)\" |