diff options
author | jp <jp@openoffice.org> | 2001-03-08 20:28:23 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-03-08 20:28:23 +0000 |
commit | 9567064f53842eff82e7b0736d0dd23cfee66c03 (patch) | |
tree | d242a697fc016bb575e12225d48f9ee865eb892c /sw/inc/docsh.hxx | |
parent | 47884ef9a7cc48f00bd32dca5bb55e45ef4f5de6 (diff) |
change: old data transfer API to the new
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r-- | sw/inc/docsh.hxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx index c8f8d93a576f..1123accf7ba6 100644 --- a/sw/inc/docsh.hxx +++ b/sw/inc/docsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docsh.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: os $ $Date: 2001-02-13 14:58:22 $ + * last change: $Author: jp $ $Date: 2001-03-08 21:17:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -261,9 +261,11 @@ public: // und Streams Sw3Io* GetIoSystem() { return pIo; } - virtual long DdeGetData( const String& rItem, SvData& rData ); - virtual long DdeSetData( const String& rItem, const SvData& rData ); - virtual SvPseudoObject* DdeCreateHotLink( const String& rItem ); + virtual long DdeGetData( const String& rItem, const String& rMimeType, + ::com::sun::star::uno::Any & rValue ); + virtual long DdeSetData( const String& rItem, const String& rMimeType, + const ::com::sun::star::uno::Any & rValue ); + virtual ::so3::SvLinkSource* DdeCreateLinkSource( const String& rItem ); virtual void FillClass( SvGlobalName * pClassName, ULONG * pClipFormat, String * pAppName, |