diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:57:23 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:57:23 +0000 |
commit | 15b4ff2ce1d38c080970ce25d1ffb17c8832b141 (patch) | |
tree | 0dc66d5bc0511a4975f3f5462aa9a35099591f8e /io | |
parent | 45a930f56dc3ce8ccce41284381358da62609584 (diff) |
INTEGRATION: CWS ause043 (1.11.6); FILE MERGED
2005/10/31 12:33:58 hjs 1.11.6.1: #i56702# remove unneeded UNOITYPE definition
Diffstat (limited to 'io')
-rw-r--r-- | io/source/TextOutputStream/makefile.mk | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/io/source/TextOutputStream/makefile.mk b/io/source/TextOutputStream/makefile.mk index 8661bd5397e7..b0b48473a044 100644 --- a/io/source/TextOutputStream/makefile.mk +++ b/io/source/TextOutputStream/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.11 $ +# $Revision: 1.12 $ # -# last change: $Author: rt $ $Date: 2005-09-07 18:27:03 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:57:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,30 +38,11 @@ PRJ=..$/.. PRJNAME=io TARGET = textoutstream.uno ENABLE_EXCEPTIONS=TRUE -NO_BSYMBOLIC=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk DLLPRE = # ------------------------------------------------------------------ -UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb -UNOUCROUT=$(OUT)$/inc$/textoutputstream -INCPRE+= $(UNOUCROUT) - -UNOTYPES= com.sun.star.io.XTextOutputStream \ - com.sun.star.io.XActiveDataSource \ - com.sun.star.lang.XSingleServiceFactory \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XTypeProvider \ - com.sun.star.lang.XSingleComponentFactory \ - com.sun.star.lang.XServiceInfo \ - com.sun.star.uno.XComponentContext \ - com.sun.star.registry.XRegistryKey \ - com.sun.star.uno.XAggregation \ - com.sun.star.uno.XWeak SLOFILES= \ $(SLO)$/TextOutputStream.obj |