#89181# TF_SVDATA: Removed obsolete methods
This commit is contained in:
parent
e525ad4a3a
commit
b9e9e1efee
1 changed files with 10 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: urlbmk.hxx,v $
|
* $RCSfile: urlbmk.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.1.1.1 $
|
* $Revision: 1.2 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2000-09-18 16:58:54 $
|
* last change: $Author: hro $ $Date: 2001-07-03 16:35:06 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -67,9 +67,13 @@
|
||||||
#include <tools/string.hxx>
|
#include <tools/string.hxx>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef TF_SVDATA
|
||||||
|
|
||||||
class SvData;
|
class SvData;
|
||||||
class SotDataObject;
|
class SotDataObject;
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//=========================================================================
|
//=========================================================================
|
||||||
|
|
||||||
class INetBookmark
|
class INetBookmark
|
||||||
|
@ -88,8 +92,10 @@ class INetBookmark
|
||||||
String aDescr;
|
String aDescr;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
#ifndef TF_SVDATA
|
||||||
String CopyExchange() const;
|
String CopyExchange() const;
|
||||||
void PasteExchange( String aString );
|
void PasteExchange( String aString );
|
||||||
|
#endif
|
||||||
|
|
||||||
void SetURL( const String& rS ) { aUrl = rS; }
|
void SetURL( const String& rS ) { aUrl = rS; }
|
||||||
void SetDescription( const String& rS ) { aDescr = rS; }
|
void SetDescription( const String& rS ) { aDescr = rS; }
|
||||||
|
@ -104,6 +110,7 @@ public:
|
||||||
const String& GetURL() const { return aUrl; }
|
const String& GetURL() const { return aUrl; }
|
||||||
const String& GetDescription() const { return aDescr; }
|
const String& GetDescription() const { return aDescr; }
|
||||||
|
|
||||||
|
#ifndef TF_SVDATA
|
||||||
static BOOL ClipboardHasFormat();
|
static BOOL ClipboardHasFormat();
|
||||||
static BOOL DragServerHasFormat( USHORT nItem );
|
static BOOL DragServerHasFormat( USHORT nItem );
|
||||||
|
|
||||||
|
@ -125,7 +132,7 @@ public:
|
||||||
{ return INetBookmark::Copy( rObj ); }
|
{ return INetBookmark::Copy( rObj ); }
|
||||||
BOOL _Paste( SotDataObject& rObj, ULONG nFormat )
|
BOOL _Paste( SotDataObject& rObj, ULONG nFormat )
|
||||||
{ return INetBookmark::Paste( rObj, nFormat ); }
|
{ return INetBookmark::Paste( rObj, nFormat ); }
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue