diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:36:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:36:18 +0000 |
commit | 810084877993605453b8e382e98cf9cf5528f05d (patch) | |
tree | 54849f201c67c8b80b183d72fbb8170c04a9d177 /scaddins/source/datefunc | |
parent | 5f6acfd10036bf9815b088f7c6a7b82ccc9cc2b1 (diff) |
INTEGRATION: CWS ause043 (1.11.20); FILE MERGED
2005/11/17 11:50:19 hjs 1.11.20.1: #i56702# added missing types
Diffstat (limited to 'scaddins/source/datefunc')
-rw-r--r-- | scaddins/source/datefunc/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scaddins/source/datefunc/makefile.mk b/scaddins/source/datefunc/makefile.mk index dd03864b5839..96f84640632a 100644 --- a/scaddins/source/datefunc/makefile.mk +++ b/scaddins/source/datefunc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: rt $ $Date: 2005-09-08 23:24:44 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:36:18 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,6 +57,7 @@ INCPRE+=$(UNOUCROUT) # --- Types ------------------------------------- # comprehensive type info, so rdb needn't be installed +NO_OFFUH=TRUE CPPUMAKERFLAGS*=-C UNOTYPES=\ @@ -64,11 +65,13 @@ UNOTYPES=\ com.sun.star.sheet.addin.XMiscFunctions \ com.sun.star.lang.XComponent \ com.sun.star.lang.XMultiServiceFactory \ + com.sun.star.lang.XSingleComponentFactory \ com.sun.star.lang.XSingleServiceFactory \ com.sun.star.uno.TypeClass \ com.sun.star.uno.XInterface \ com.sun.star.registry.XImplementationRegistration \ com.sun.star.sheet.XAddIn \ + com.sun.star.sheet.XCompatibilityNames \ com.sun.star.lang.XServiceName \ com.sun.star.lang.XServiceInfo \ com.sun.star.lang.XTypeProvider \ |