From b9e9e1efee01fca726de8b24cbf3e959f8d54495 Mon Sep 17 00:00:00 2001 From: Hennes Rohling Date: Tue, 3 Jul 2001 15:35:06 +0000 Subject: #89181# TF_SVDATA: Removed obsolete methods --- svtools/inc/urlbmk.hxx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'svtools/inc') diff --git a/svtools/inc/urlbmk.hxx b/svtools/inc/urlbmk.hxx index b01a662e5728..b2193ba4a842 100644 --- a/svtools/inc/urlbmk.hxx +++ b/svtools/inc/urlbmk.hxx @@ -2,9 +2,9 @@ * * $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 * either of the following licenses @@ -67,9 +67,13 @@ #include #endif +#ifndef TF_SVDATA + class SvData; class SotDataObject; +#endif + //========================================================================= class INetBookmark @@ -88,8 +92,10 @@ class INetBookmark String aDescr; protected: +#ifndef TF_SVDATA String CopyExchange() const; void PasteExchange( String aString ); +#endif void SetURL( const String& rS ) { aUrl = rS; } void SetDescription( const String& rS ) { aDescr = rS; } @@ -104,6 +110,7 @@ public: const String& GetURL() const { return aUrl; } const String& GetDescription() const { return aDescr; } +#ifndef TF_SVDATA static BOOL ClipboardHasFormat(); static BOOL DragServerHasFormat( USHORT nItem ); @@ -125,7 +132,7 @@ public: { return INetBookmark::Copy( rObj ); } BOOL _Paste( SotDataObject& rObj, ULONG nFormat ) { return INetBookmark::Paste( rObj, nFormat ); } - +#endif }; -- cgit v1.2.3