summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-05-11 09:34:32 +0000
committerTino Rachui <tra@openoffice.org>2001-05-11 09:34:32 +0000
commitce160e46307b3cbfdf7d64a3913652fa702ee91f (patch)
tree45a875fb5549ebd761bf8b3ead15a636403a5b18 /dtrans/source/win32/clipb
parenta44c71f6a87d85c94d1f21eb748c65c55214d2d4 (diff)
*** empty log message ***
Diffstat (limited to 'dtrans/source/win32/clipb')
-rw-r--r--dtrans/source/win32/clipb/makefile.mk36
-rw-r--r--dtrans/source/win32/clipb/sysdtrans.xml4
2 files changed, 6 insertions, 34 deletions
diff --git a/dtrans/source/win32/clipb/makefile.mk b/dtrans/source/win32/clipb/makefile.mk
index 9c2aafeab954..005253b8d0e5 100644
--- a/dtrans/source/win32/clipb/makefile.mk
+++ b/dtrans/source/win32/clipb/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: tra $ $Date: 2001-03-14 14:43:42 $
+# last change: $Author: tra $ $Date: 2001-05-11 10:32:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,7 +65,6 @@ PRJ=..$/..$/..
PRJNAME=dtrans
TARGET=sysdtrans
ENABLE_EXCEPTIONS=TRUE
-LIBTARGET=NO
COMP1TYPELIST=$(TARGET)
COMPRDB=$(SOLARBINDIR)$/applicat.rdb
USE_BOUNDCHK=
@@ -87,37 +86,8 @@ CFLAGS+=/GR -DUNICODE -D_UNICODE
SLOFILES=$(SLO)$/WinClipboard.obj \
$(SLO)$/WinClipbImpl.obj \
- $(SLO)$/wcbentry.obj\
- $(SLO)$/APNDataObject.obj
+ $(SLO)$/wcbentry.obj
-SHL1TARGET=$(TARGET)
-
-SHL1STDLIBS= \
- $(SALLIB) \
- $(CPPULIB) \
- $(CPPUHELPERLIB) \
- ole32.lib\
- comsupp.lib\
- oleaut32.lib\
- gdi32.lib
-
-SHL1DEPN=
-SHL1IMPLIB=i$(SHL1TARGET)
-
-#--- comment -----------------
-
-SHL1LIBS= \
- $(SOLARLIBDIR)$/user9x.lib\
- $(SOLARLIBDIR)$/tools32.lib\
- $(SLB)$/dtutils.lib\
- $(SLB)$/dtobjfact.lib\
- $(SLB)$/mtaolecb.lib
-
-SHL1OBJS= $(SLOFILES)
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------
diff --git a/dtrans/source/win32/clipb/sysdtrans.xml b/dtrans/source/win32/clipb/sysdtrans.xml
index 4753a67fc426..a6dec8a03a42 100644
--- a/dtrans/source/win32/clipb/sysdtrans.xml
+++ b/dtrans/source/win32/clipb/sysdtrans.xml
@@ -4,7 +4,7 @@
<module-name> sysdtrans </module-name>
<component-description>
<author> Tino Rachui </author>
- <name> com.sun.star.comp.datatransfer.clipboard </name>
+ <name> com.sun.star.comp.datatransfer.SystemClipboard </name>
<description>
The win32 implementation of the datatransfer service.
</description>
@@ -19,6 +19,8 @@
<type> com.sun.star.datatransfer.clipboard.XClipboardOwner</type>
<type> com.sun.star.datatransfer.clipboard.XClipboardListener</type>
<type> com.sun.star.datatransfer.clipboard.XClipboardNotifier</type>
+ <type> com.sun.star.datatransfer.clipboard.XFlushableClipboard</type>
+ <type> com.sun.star.datatransfer.clipboard.RenderingCapabilities</type>
<type> com.sun.star.datatransfer.XTransferDataAccess </type>
<type> com.sun.star.lang.XComponent </type>
<type> com.sun.star.lang.XMultiServiceFactory </type>