diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:05:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-12 12:05:31 +0000 |
commit | 185aed28822167ef412627b52becd82f808e278f (patch) | |
tree | 89a991f313aa08e9e497135968c0a269095243c2 | |
parent | a6b7f6f411efa6830a7b14346fcfe0a17ece27c6 (diff) |
INTEGRATION: CWS tune05 (1.2.764); FILE MERGED
2004/07/22 08:13:50 cmc 1.2.764.1: #i30554# NaviContentBookmark::HasFormat unused
-rw-r--r-- | sw/source/ui/inc/navicont.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/ui/inc/navicont.hxx b/sw/source/ui/inc/navicont.hxx index 32846cf594..379d454dea 100644 --- a/sw/source/ui/inc/navicont.hxx +++ b/sw/source/ui/inc/navicont.hxx @@ -2,9 +2,9 @@ * * $RCSfile: navicont.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jp $ $Date: 2001-05-07 08:53:53 $ + * last change: $Author: obo $ $Date: 2004-08-12 13:05:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,10 +90,6 @@ public: const String& GetDescription() const { return aDescr; } USHORT GetDefaultDragType() const { return nDefDrag; } long GetDocShell() const { return nDocSh; } - - static BOOL HasFormat( TransferableDataHelper& rData, - const SwDocShell* pDocSh = 0 ); - void Copy( TransferDataContainer& rData ) const; BOOL Paste( TransferableDataHelper& rData ); }; |