diff options
author | jp <jp@openoffice.org> | 2001-01-19 08:41:21 +0000 |
---|---|---|
committer | jp <jp@openoffice.org> | 2001-01-19 08:41:21 +0000 |
commit | 3296d7ee420e2c074e89e695331ab514ea25a066 (patch) | |
tree | b72d91da45f8ef36d23c318ce725cd2421ba14bc /svx/inc | |
parent | 8d8d4855ece2f0d61093e7eabfbc01fc32504794 (diff) |
Method SvLinkManager::PrepareReload removed
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/linkmgr.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/inc/linkmgr.hxx b/svx/inc/linkmgr.hxx index c9a0262430ef..5d91f917ccc7 100644 --- a/svx/inc/linkmgr.hxx +++ b/svx/inc/linkmgr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: linkmgr.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:00:57 $ + * last change: $Author: jp $ $Date: 2001-01-19 09:41:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,10 +113,6 @@ public: static void SetTransferPriority( SvBaseLink& rLink, USHORT nPrio ); - // PrepareReload - alle FileObjects des LinksManagers oder den spz. - // aus dem Cache entfernen. - virtual void PrepareReload( SvBaseLink* pLnk = 0 ); - // um Status Informationen aus dem FileObject an den BaseLink zu // senden, gibt es eine eigene ClipBoardId. Das SvData-Object hat // dann die entsprechenden Informationen als String. |